Refactor on nuxt module doc

pull/4694/head
mertsincan 2023-10-25 12:50:23 +01:00
parent b4c69c0dc3
commit 015b7eee5c
2 changed files with 8 additions and 9 deletions

View File

@ -32,6 +32,8 @@ export default defineNuxtConfig({
primevue: { primevue: {
usePrimeVue: true, usePrimeVue: true,
options: {}, options: {},
importPT: undefined,
cssLayerOrder: 'tailwind-base, primevue, tailwind-utilities',
components: { components: {
prefix: '', prefix: '',
name: undefined, name: undefined,

View File

@ -15,10 +15,7 @@ primevue: {
options: { options: {
unstyled: true, unstyled: true,
ripple: true, ripple: true,
inputStyle: 'filled', inputStyle: 'filled'
pt: {
}
} }
} }
` `