This commit is contained in:
Daniel Ledda
2024-10-31 23:46:23 +01:00
parent 314ccaa677
commit bcb820f35e
36 changed files with 4427 additions and 61 deletions

View File

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