vue-template
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
Customize configuration
See Configuration Reference.
页签组件 (TabsBar)
- props:
- type: 页签类型,default 占满一行的圆角切换页签,text 可有多个的文字型切换页签
- tabs: 页签内容,需传入长度为2的数组,数组每个元素需要包含 label、value 两个键值
- value: 默认显示的 tab 值,与 tabs 数组中的 value 对应
- emit:当切换 tab 时会触发 change 事件,返回选中的 tab 数据
Current Tags
-
0.0.2
...
latest
(2 years ago)
2 Versions