Files
wxapp-guantong/uniapp/main.uts
T
2026-09-22 22:51:19 +08:00

9 lines
154 B
Plaintext

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