You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
361 B
25 lines
361 B
2 years ago
|
# hd-tab
|
||
|
|
||
|
Tab 标签页
|
||
|
|
||
|
## Props
|
||
|
|
||
|
<!-- @vuese:hd-tab:props:start -->
|
||
|
|Name|Description|Type|Required|Default|
|
||
|
|---|---|---|---|---|
|
||
|
|title|选项卡标题|`String`|`false`|-|
|
||
|
|
||
|
<!-- @vuese:hd-tab:props:end -->
|
||
|
|
||
|
|
||
|
## Slots
|
||
|
|
||
|
<!-- @vuese:hd-tab:slots:start -->
|
||
|
|Name|Description|Default Slot Content|
|
||
|
|---|---|---|
|
||
|
|default|-|-|
|
||
|
|
||
|
<!-- @vuese:hd-tab:slots:end -->
|
||
|
|
||
|
|