From be555ec43a7a01e2cde302661851b88a9fe18040 Mon Sep 17 00:00:00 2001 From: Cory Baker Date: Thu, 4 Jan 2024 06:24:19 -0600 Subject: [PATCH] Update UnstyledModeDoc.vue (#5015) 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 293a593e9..ef86ca63c 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 + } } }) `