fix: remove redundant aliases

This commit is contained in:
Viet An
2026-06-06 16:26:26 +07:00
parent ce2e341401
commit de78da2d47
84 changed files with 237 additions and 233 deletions

View File

@@ -139,8 +139,8 @@
</div>
</template>
<script setup>
import PickMonth from "@/components/datepicker/PickMonth.vue";
import PickYear from "@/components/datepicker/PickYear.vue";
import PickMonth from "~/components/datepicker/PickMonth.vue";
import PickYear from "~/components/datepicker/PickYear.vue";
const { $id, $dayjs, $unique } = useNuxtApp();
const emit = defineEmits(["date"]);