Refactor
parent
8ac90ef444
commit
f7943d7b9a
|
@ -27,7 +27,7 @@ export default defineNuxtConfig({
|
||||||
},
|
},
|
||||||
unstyled: false,
|
unstyled: false,
|
||||||
layerOrder: 'primevue',
|
layerOrder: 'primevue',
|
||||||
importTheme: { from: '@/themes/aura.js' },
|
importTheme: { from: '@/themes/app-theme.js' },
|
||||||
resolvePath: function ({ as, from, type }) {
|
resolvePath: function ({ as, from, type }) {
|
||||||
const resolvedPath = from.replace('primevue', '@/components/lib');
|
const resolvedPath = from.replace('primevue', '@/components/lib');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue