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