Files
huishou/node_modules/@dcloudio/uni-automator/lib/app-webview/project/main.uts
T
2026-07-27 14:07:26 +08:00

9 lines
146 B
Plaintext

import App from './App.uvue'
import { createSSRApp } from 'vue'
export function createApp() {
const app = createSSRApp(App)
return {
app
}
}