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