fix: remove redundant aliases
This commit is contained in:
@@ -62,7 +62,7 @@ const props = defineProps({
|
||||
title: String,
|
||||
});
|
||||
|
||||
const componentFiles = import.meta.glob("@/components/**/*.vue");
|
||||
const componentFiles = import.meta.glob("~/components/**/*.vue");
|
||||
const resolvedComponent = shallowRef(null);
|
||||
|
||||
function loadDynamicComponent() {
|
||||
|
||||
Reference in New Issue
Block a user