mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Use pascal-case
This commit is contained in:
parent
c3370293cd
commit
3eee8595e2
50 changed files with 59 additions and 61 deletions
|
@ -26,12 +26,12 @@
|
|||
<template v-if="k !== 'readonly' && k !== 'optional' && k !== 'deprecated'">
|
||||
<span v-if="k === 'name'" :id="id + '.' + v" class="doc-option-name">
|
||||
{{ v }}
|
||||
<nuxt-link :to="`/${$router.currentRoute.value.name}/#${id}.${v}`" class="doc-option-link">
|
||||
<NuxtLink :to="`/${$router.currentRoute.value.name}/#${id}.${v}`" class="doc-option-link">
|
||||
<i class="pi pi-link"></i>
|
||||
</nuxt-link>
|
||||
</NuxtLink>
|
||||
</span>
|
||||
|
||||
<nuxt-link v-else-if="isLinkType(k, v)" :to="setLinkPath(v)" class="doc-option-link"> {{ v }} </nuxt-link>
|
||||
<NuxtLink v-else-if="isLinkType(k, v)" :to="setLinkPath(v)" class="doc-option-link"> {{ v }} </NuxtLink>
|
||||
|
||||
<span v-else :id="id + '.' + v">
|
||||
{{ v }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue