fix: remove redundant aliases
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
></Modal>
|
||||
</template>
|
||||
<script setup>
|
||||
import { useStore } from "@/stores/index";
|
||||
import { useStore } from "~/stores/index";
|
||||
var props = defineProps({
|
||||
data: Array,
|
||||
info: Object,
|
||||
|
||||
Reference in New Issue
Block a user