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: {
usePrimeVue: true,
options: {},
importPT: undefined,
cssLayerOrder: 'tailwind-base, primevue, tailwind-utilities',
components: {
prefix: '',
name: undefined,

View File

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