Skip to content

Commit

Permalink
Update UnstyledModeDoc.vue (#5015)
Browse files Browse the repository at this point in the history
primevue options in nuxt config should be nusted under the `options` key
  • Loading branch information
cory-baker authored Jan 4, 2024
1 parent 77ac8a8 commit be555ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/nuxt/UnstyledModeDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ export default defineNuxtConfig({
'nuxt-primevue'
],
primevue: {
unstyled: true
options: {
unstyled: true
}
}
})
`
Expand Down

0 comments on commit be555ec

Please sign in to comment.