mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-26 12:30:55 +08:00
✨ 支持 template 模板 list 模式
This commit is contained in:
6
tpl/src/main.ts
Normal file
6
tpl/src/main.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createApp } from "vue";
|
||||
import App from "./App.vue";
|
||||
import router from "./router";
|
||||
import store from "./store";
|
||||
|
||||
createApp(App).use(store).use(router).mount("#app");
|
||||
Reference in New Issue
Block a user