Update UnstyledModeDoc.vue (#5015)
primevue options in nuxt config should be nusted under the `options` keypull/5037/head
parent
77ac8a8c49
commit
be555ec43a
|
@ -21,7 +21,9 @@ export default defineNuxtConfig({
|
|||
'nuxt-primevue'
|
||||
],
|
||||
primevue: {
|
||||
unstyled: true
|
||||
options: {
|
||||
unstyled: true
|
||||
}
|
||||
}
|
||||
})
|
||||
`
|
||||
|
|
Loading…
Reference in New Issue