diff --git a/doc/passthrough/GlobalDoc.vue b/doc/passthrough/GlobalDoc.vue index 04713c77ab..978d1a8e56 100644 --- a/doc/passthrough/GlobalDoc.vue +++ b/doc/passthrough/GlobalDoc.vue @@ -21,10 +21,10 @@ const app = createApp(App); app.use(PrimeVue, { pt: { panel: { - header: { className: 'bg-primary' } + header: { class: 'bg-primary' } }, autocomplete: { - input: { root: { className: 'w-16rem' } } + input: { root: { class: 'w-16rem' } } } } });`