diff --git a/index.html b/index.html index c3ff205f658fda3bafb49b1b8d13a02d0093b954..8ac465c2489fd9793f120f912e1b03d39cf35621 100644 --- a/index.html +++ b/index.html @@ -1,20 +1,20 @@ - - - - - - - - -
- - - + + + + + + + + +
+ + + \ No newline at end of file diff --git a/main.uts b/main.uts index 89d8f152127b8105c47b6ef81680535f4dbbb40c..8bdcc86fb5f884858f3b71c426560ca3e732c106 100644 --- a/main.uts +++ b/main.uts @@ -1,9 +1,9 @@ -import App from './App' +import App from './App.uvue' import { createSSRApp } from 'vue' export function createApp() { - const app = createSSRApp(App) - return { - app - } + const app = createSSRApp(App) + return { + app + } } \ No newline at end of file