import { createSSRApp } from "vue"; import App from "@/App.tsx"; createSSRApp(App).mount("#app-root");