MrShi
2025-11-05 3889b8ad1c2b71dd2bdca200aca7063742bd83bf
pda/main.js
@@ -32,6 +32,7 @@
import { createSSRApp } from 'vue'
export function createApp() {
  const app = createSSRApp(App)
   app.use(uView)
  return {
    app
  }