Update UnstyledModeDoc.vue (#5015)

primevue options in nuxt config should be nusted under the `options` key
This commit is contained in:
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

View file

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