aa983ad
1
2
3
4
5
6
7
import { createApp } from "vue"; import App from "./App.vue"; const app = createApp(App); app.mount("#root");