mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
DocSectionNav updated
This commit is contained in:
parent
7ca665aa93
commit
8da854c2f4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<li v-for="doc of docs" :key="doc.label" :class="['navbar-item', { 'active-navbar-item': activeId === doc.id }]">
|
||||
<div class="navbar-item-content">
|
||||
<NuxtLink :to="`${checkRouteName}/#${doc.id}`">
|
||||
<button class="p-link">{{ doc.label }}</button>
|
||||
<button class="p-link" @click="onButtonClick(doc)">{{ doc.label }}</button>
|
||||
</NuxtLink>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue