Skip to content

Commit

Permalink
Clean up PrimeVue config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mross-ua committed Nov 25, 2023
1 parent 020f7fe commit 54c2f1c
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ export default defineNuxtConfig({
]
}
},
build: {
transpile: ['primevue']
},
colorMode: {
// make compatible with @nuxtjs/tailwindcss module
classSuffix: '',
Expand All @@ -52,47 +49,13 @@ export default defineNuxtConfig({
// ]
// },
primevue: {
// usePrimeVue: true,
options: {
ripple: true,
// use Tailwind styles
unstyled: true,
},
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: {
Expand Down

0 comments on commit 54c2f1c

Please sign in to comment.