From 54c2f1c3cbe88b9c6af4f354ad97ec4902814453 Mon Sep 17 00:00:00 2001 From: Mark Ross Date: Fri, 24 Nov 2023 22:21:20 -0700 Subject: [PATCH] Clean up PrimeVue config. --- nuxt.config.ts | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 22182d3..bfad611 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -32,9 +32,6 @@ export default defineNuxtConfig({ ] } }, - build: { - transpile: ['primevue'] - }, colorMode: { // make compatible with @nuxtjs/tailwindcss module classSuffix: '', @@ -52,7 +49,6 @@ export default defineNuxtConfig({ // ] // }, primevue: { - // usePrimeVue: true, options: { ripple: true, // use Tailwind styles @@ -60,39 +56,6 @@ export default defineNuxtConfig({ }, importPT: { as: 'Tailwind', from: 'primevue/passthrough/tailwind' }, cssLayerOrder: 'tailwind-base, primevue, tailwind-utilities', - // components: { - // //prefix: '', - // //name: undefined, - // include: [ - // 'ConfirmationService', - // 'ToastService', - - // 'Button', - // 'Card', - // 'Checkbox', - // 'ColorPicker', - // 'Dialog', - // 'Inplace', - // 'InputText', - // 'Listbox', - // 'Menu', - // 'Sidebar', - // 'Toast', - // ], - // //exclude: undefined - // }, - // directives: { - // prefix: '', - // name: undefined, - // include: undefined, - // exclude: undefined - // }, - // composables: { - // prefix: '', - // name: undefined, - // include: undefined, - // exclude: undefined - // } }, vuefire: { emulators: {