nice
This commit is contained in:
10
app/generative-energy/client.ts
Normal file
10
app/generative-energy/client.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { createSSRApp } from "vue";
|
||||
import { createRouter, createWebHistory } from "vue-router";
|
||||
import GERoot, { routes } from "@/generative-energy/GERoot.tsx";
|
||||
|
||||
createSSRApp(GERoot)
|
||||
.use(createRouter({
|
||||
routes,
|
||||
history: createWebHistory('/generative-energy')
|
||||
}))
|
||||
.mount('#app-root');
|
||||
Reference in New Issue
Block a user