Tab 标签
示例
见 Tabs
示例。
API
属性
名称 | 类型 | 默认值 | 描述 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
label | string | - | 选项卡文本。 | ||||||||||
name | string | - | 选项卡名称。 | ||||||||||
disabled | boolean | false | 选项卡是否禁用。 | ||||||||||
to | string | Object | - | 选项卡路由信息。类型见 | ||||||||||
matches | function(Route, Route): boolean | - | 在使用了 Vue Router 且提供了 | ||||||||||
native | boolean | false | 路由模式是否强制使用原生的 <a> 元素。 | ||||||||||
removable | boolean | 是否可删除。 | |||||||||||
status | string | - | 选项卡状态。
|
插槽
名称 | 描述 |
---|---|
default | 默认插槽。 |
item | 标签选项卡内容,包括对应的按钮/链接。 |
label | 标签选项卡文本。 |