更新记录
1.0.0(2023-02-20) 下载此版本
- 底部自定义导航栏 有不明之处可加QQ489936416
- @description 导航栏组件,主要用于底部导航
- @tutorial
- @property {String} contentShadow 是否显示阴影
- @property {String} contentBackground 导航背景色
- @property {String} contentPadding 导航内边距
- @property {String} contentMargin 导航外边距
- @property {String} fontSize 字体大小
- @property {String} fontColor 字体颜色
- @property {String} fontActiveColor 选中字体颜色
- @property {String} fontPadding 字体内边距
- @property {String} fontMargin 字体外边距
- @property {String} imgSyHeight 图片高度
- @property {String} imgSyWidth 图片宽度
- @property {Number} jumpType 跳转方式1:navigateTo,2:redirectTo,3:reLaunch,4:switchTab
- @property {Object} tabList 导航数据(需和data.list数据一致)
平台兼容性
Vue2 | Vue3 |
---|---|
√ | √ |
App | 快应用 | 微信小程序 | 支付宝小程序 | 百度小程序 | 字节小程序 | QQ小程序 |
---|---|---|---|---|---|---|
HBuilderX 3.3.9 app-vue app-nvue | √ | √ | √ | √ | √ | √ |
钉钉小程序 | 快手小程序 | 飞书小程序 | 京东小程序 |
---|---|---|---|
√ | √ | √ | √ |
H5-Safari | Android Browser | 微信浏览器(Android) | QQ浏览器(Android) | Chrome | IE | Edge | Firefox | PC-Safari |
---|---|---|---|---|---|---|---|---|
√ | √ | √ | √ | √ | √ | √ | √ | √ |
- 底部自定义导航栏 有不明之处可加QQ489936416,或需要角标显示
- @description 导航栏组件,主要用于底部导航
- @tutorial
- @property {String} contentShadow 是否显示阴影
- @property {String} contentBackground 导航背景色
- @property {String} contentPadding 导航内边距
- @property {String} contentMargin 导航外边距
- @property {String} fontSize 字体大小
- @property {String} fontColor 字体颜色
- @property {String} fontActiveColor 选中字体颜色
- @property {String} fontPadding 字体内边距
- @property {String} fontMargin 字体外边距
- @property {String} imgSyHeight 图片高度
- @property {String} imgSyWidth 图片宽度
- @property {Number} jumpType 跳转方式1:navigateTo,2:redirectTo,3:reLaunch,4:switchTab
- @property {Object} tabList 导航数据(需和data.list数据一致)