Tabbar 底部导航

Props

tabbar-item

属性

类型

默认

说明

selected

Boolean

false

是否选中

show-dot

Boolean

false

是否显示红色提示点

link

String or Object

-

普通链接或者v-link参数值, 0.1.2-rc1开始支持。<tabbar-item link="/somepath"></tabbar-item>

Slots

名字

说明

icon

图标

label

文字

Demo

``` vux height=300 components=Tabbar,TabbarItem

Wechat Message Explore News </template>

```

Last updated