♻️ Replace relative paths with "@" alias
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<script setup>
|
||||
import { selectedDate, changeDate, changeDay } from "../store";
|
||||
import { selectedDate, changeDate, changeDay } from "@/store";
|
||||
import { Swiper, SwiperSlide } from "swiper/vue";
|
||||
import { Virtual } from "swiper";
|
||||
import { ref, watch } from "vue";
|
||||
import { getDateSkippingWeekend } from "../util";
|
||||
import ScrollableContainer from "../components/scrollable-container.vue";
|
||||
import { getDateSkippingWeekend } from "@/util";
|
||||
import ScrollableContainer from "@/components/scrollable-container.vue";
|
||||
|
||||
defineProps({
|
||||
element: {
|
||||
|
Reference in New Issue
Block a user