import App from "./components/app.js"; window.path = "./"; Vue.createApp(App).mount("#app");