mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Update UnstyledModeDoc.vue (#5015)
primevue options in nuxt config should be nusted under the `options` key
This commit is contained in:
parent
77ac8a8c49
commit
be555ec43a
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@ export default defineNuxtConfig({
|
|||
'nuxt-primevue'
|
||||
],
|
||||
primevue: {
|
||||
unstyled: true
|
||||
options: {
|
||||
unstyled: true
|
||||
}
|
||||
}
|
||||
})
|
||||
`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue