import { createApp } from "vue"; import App from "./Popup.vue"; const app = createApp(App) app.mount('#app')