fix: remove redundant aliases
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
<script setup>
|
||||
import { ref, computed, watch, onMounted, onBeforeUnmount } from "vue";
|
||||
import { useStore } from "@/stores/index";
|
||||
import { useStore } from "~/stores/index";
|
||||
|
||||
const props = defineProps({
|
||||
dateValue: {
|
||||
|
||||
Reference in New Issue
Block a user