mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update theming tab render condition
This commit is contained in:
parent
4b8a3f2b19
commit
dba00a6d9b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<li :class="{ 'doc-tabmenu-active': tab === 1 }">
|
||||
<button type="button" @click="tab = 1">API</button>
|
||||
</li>
|
||||
<li :class="{ 'doc-tabmenu-active': tab === 2 }">
|
||||
<li v-if="themingDocs" :class="{ 'doc-tabmenu-active': tab === 2 }">
|
||||
<button type="button" @click="tab = 2">THEMING</button>
|
||||
</li>
|
||||
<li v-if="ptTabComponent" :class="{ 'doc-tabmenu-active': tab === 3 }">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue