Update UnstyledModeDoc.vue (#5015)

primevue options in nuxt config should be nusted under the `options` key
pull/5037/head
Cory Baker 2024-01-04 06:24:19 -06:00 committed by GitHub
parent 77ac8a8c49
commit be555ec43a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ export default defineNuxtConfig({
'nuxt-primevue'
],
primevue: {
unstyled: true
options: {
unstyled: true
}
}
})
`