mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-06-19 02:59:17 +08:00
* [improvement] Tab:升级到自定义组件 * fix: 去除冗余example代码 * [refactor] 重构badge为自定义组件 (#160) * fix: 去除tab组件使用对象入参方式,修改example用例 * refactor: 重构noticebar组件 * fix: 去除tab组件冗余属性字段
7 lines
132 B
JSON
7 lines
132 B
JSON
{
|
|
"navigationBarTitleText": "Noticebar 通告栏",
|
|
"usingComponents": {
|
|
"zan-noticebar": "../../dist/noticebar/index"
|
|
}
|
|
}
|