From 1ea6ea6de241d3d33b77a6c5dae892dffcf58a26 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Wed, 25 Aug 2021 16:43:52 +0800 Subject: [PATCH] 调整TaroUI单选框样式 --- layout/h5Page/CNavBar.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/layout/h5Page/CNavBar.vue b/layout/h5Page/CNavBar.vue index 50bfc5d..096602c 100644 --- a/layout/h5Page/CNavBar.vue +++ b/layout/h5Page/CNavBar.vue @@ -43,12 +43,16 @@ AtNavBar, }, props: { + // H5页面导航标题 title: String, + // H5页面导航左侧图标 iconType: { type: String, default: 'chevron-left', }, + // H5页面导航左侧图点击事件 onClickIcon: Function, + // H5页面导航右侧下拉菜单配置 dropNav: Array, }, data() { -- Gitblit v1.9.1