更新uniapp

This commit is contained in:
2026-07-15 16:37:20 +08:00
parent 0e4ed71318
commit 1f1a7e7efb
11 changed files with 281 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import App from './App.uvue'
import { createSSRApp } from 'vue'
export function createApp() {
const app = createSSRApp(App)
return {
app
}
}