From 1a9e91ee55c3c16539b2f6d3ed6880b418d1954f Mon Sep 17 00:00:00 2001 From: Cory Baker Date: Sat, 30 Dec 2023 19:09:17 -0600 Subject: [PATCH] Update UnstyledModeDoc.vue primevue options in nuxt config should be nusted under the `options` key --- doc/nuxt/UnstyledModeDoc.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/nuxt/UnstyledModeDoc.vue b/doc/nuxt/UnstyledModeDoc.vue index 293a593e9f..ef86ca63c7 100644 --- a/doc/nuxt/UnstyledModeDoc.vue +++ b/doc/nuxt/UnstyledModeDoc.vue @@ -21,7 +21,9 @@ export default defineNuxtConfig({ 'nuxt-primevue' ], primevue: { - unstyled: true + options: { + unstyled: true + } } }) `