<bpa-tabs v-model="demoTabs">
<bpa-tab-panel name="first-tab" label="First tab">
This is the content of the first tab
</bpa-tab-panel>
<bpa-tab-panel name="second-tab" label="Second tab">
This is the content of the second tab
</bpa-tab-panel>
</bpa-tabs>
輔助資訊
<bpa-tabs v-model="demoTabs">
<bpa-tab-panel name="first-tab" label="First tab" badge="95">
This is the content of the first tab
</bpa-tab-panel>
<bpa-tab-panel name="second-tab" label="Second tab" badge="27">
This is the content of the second tab
</bpa-tab-panel>
</bpa-tabs>
前、後綴
<bpa-tabs v-model="demoTabs">
<bpa-tab-panel name="first-tab" label="First tab" prefix-icon="fas fa-search">
This is the content of the first tab
</bpa-tab-panel>
<bpa-tab-panel name="second-tab" label="Second tab" affix-icon="fas fa-search">
This is the content of the second tab
</bpa-tab-panel>
</bpa-tabs>