updatge
This commit is contained in:
7
app/home/server.ts
Normal file
7
app/home/server.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { createSSRApp } from "vue";
|
||||
import App from "@/home/App.tsx";
|
||||
|
||||
export default function createApp() {
|
||||
const app = createSSRApp(App);
|
||||
return { app, router: null };
|
||||
}
|
||||
Reference in New Issue
Block a user