-
Notifications
You must be signed in to change notification settings - Fork 4
Tab Usage
LiuYong edited this page Apr 25, 2018
·
2 revisions
- 在页面中加入
<v-tab>
<v-tab-pane label='第一个tab'>
这里是第一个标签页的内容
</v-tab-pane>
<v-tab-pane label='第二个tab'>
here is the second tab
</v-tab-pane>
</v-tab>