mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
PT tab label changes
This commit is contained in:
parent
4dde1b7072
commit
78d4e84c0b
3 changed files with 5 additions and 10 deletions
|
@ -13,7 +13,7 @@
|
|||
<button type="button" @click="tab = 1">API</button>
|
||||
</li>
|
||||
<li v-if="ptTabComponent" :class="{ 'doc-tabmenu-active': tab === 2 }">
|
||||
<button type="button" @click="tab = 2">Pass Through</button>
|
||||
<button type="button" @click="tab = 2">PASS THROUGH</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue