login and auth

This commit is contained in:
hptangxi
2025-07-02 20:44:30 +08:00
parent 8e1de8d29f
commit 7b372de6d8
12 changed files with 113 additions and 87 deletions

View File

@@ -2,6 +2,6 @@ import App from "@/App.vue";
import router from "@/router";
import naive from "naive-ui";
import { createApp } from "vue";
import "./style.css";
import "./assets/style.css";
createApp(App).use(router).use(naive).mount("#app");