♻️ Replace relative paths with "@" alias
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { ref, watch, computed } from "vue";
|
||||
import { getNextAndPrevDay } from "./util";
|
||||
import i18n from "./i18n";
|
||||
import { getNextAndPrevDay } from "@/util";
|
||||
import i18n from "@/i18n";
|
||||
|
||||
/* Router */
|
||||
export const shouldLogin = ref(false);
|
||||
|
Reference in New Issue
Block a user