import { createApp } from "vue"; import App from "./src/app.vue"; createApp(App).mount("#app");