remove folder pages
This commit is contained in:
@ -47,7 +47,7 @@ export const useStore = defineStore("store", () => {
|
||||
|
||||
try {
|
||||
const componentInstance = (
|
||||
await import(`@/components/section/${pageName}/${componentName}.vue`)
|
||||
await import(`@/components/section/${componentName}.vue`)
|
||||
).default;
|
||||
|
||||
const nonReactiveComponent = markRaw(componentInstance);
|
||||
|
Reference in New Issue
Block a user