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