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.
|
|
|
## 代码演示
|
|
|
|
### 基础用法
|
|
|
|
通过`title`设置选项卡标题名称。
|
|
|
|
``` html
|
|
|
|
<hd-tab :title="title"></hd-tab>
|
|
|
|
```
|
|
|
|
``` ts
|
|
|
|
const title:string = 'tab'
|
|
|
|
```
|