mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor
This commit is contained in:
parent
c841d0fa6c
commit
a2524ed21a
12 changed files with 830 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<DocSectionText :id="id" :label="label" :level="componentLevel">
|
||||
<DocSectionText :id="id" :label="label" :level="componentLevel" :badge="badge">
|
||||
<p>{{ description || null }}</p>
|
||||
<p v-if="relatedProp" class="inline-block">
|
||||
See <NuxtLink :to="setRelatedPropPath(relatedProp)" class="doc-option-link"> {{ relatedPropValue(relatedProp) }} </NuxtLink>
|
||||
|
@ -98,7 +98,8 @@ export default {
|
|||
level: {
|
||||
type: Number,
|
||||
default: 1
|
||||
}
|
||||
},
|
||||
badge: null
|
||||
},
|
||||
methods: {
|
||||
getType(value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue