djledda.de main

5 lines
104 B

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