货无忧
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.

10 lines
161 B

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