mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor on nuxt module doc
This commit is contained in:
parent
b4c69c0dc3
commit
015b7eee5c
2 changed files with 8 additions and 9 deletions
|
@ -32,6 +32,8 @@ export default defineNuxtConfig({
|
|||
primevue: {
|
||||
usePrimeVue: true,
|
||||
options: {},
|
||||
importPT: undefined,
|
||||
cssLayerOrder: 'tailwind-base, primevue, tailwind-utilities',
|
||||
components: {
|
||||
prefix: '',
|
||||
name: undefined,
|
||||
|
|
|
@ -15,10 +15,7 @@ primevue: {
|
|||
options: {
|
||||
unstyled: true,
|
||||
ripple: true,
|
||||
inputStyle: 'filled',
|
||||
pt: {
|
||||
|
||||
}
|
||||
inputStyle: 'filled'
|
||||
}
|
||||
}
|
||||
`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue