This commit is contained in:
Louis Lam
2023-11-06 22:54:20 +08:00
parent 21e736459e
commit c2ec9ac7f4
10 changed files with 51 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
// Dayjs init inside this, so it has to be the first import
await import("../../backend/util-common");
import "../../backend/util-common";
import { createApp, defineComponent, h } from "vue";
import App from "./App.vue";