pull/5507/head
mertsincan 2024-04-02 09:37:02 +01:00
parent 8ac90ef444
commit f7943d7b9a
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export default defineNuxtConfig({
},
unstyled: false,
layerOrder: 'primevue',
importTheme: { from: '@/themes/aura.js' },
importTheme: { from: '@/themes/app-theme.js' },
resolvePath: function ({ as, from, type }) {
const resolvedPath = from.replace('primevue', '@/components/lib');