Compare commits
2 Commits
0547bb5a02
...
11ef4dfba6
| Author | SHA1 | Date | |
|---|---|---|---|
| 11ef4dfba6 | |||
| bbde060d11 |
9
src/main.ts
Normal file
9
src/main.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import "./assets/main.css";
|
||||
|
||||
import { createApp } from "vue";
|
||||
import { createPinia } from "pinia";
|
||||
|
||||
import App from "@/App.vue";
|
||||
import router from "./router";
|
||||
|
||||
const app = createApp(App).use(router).use(createPinia()).mount("#app");
|
||||
Reference in New Issue
Block a user