Refactor on nuxt module doc
parent
b4c69c0dc3
commit
015b7eee5c
|
@ -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…
Reference in New Issue