MrShi
2026-01-07 b7cc2d541aea7d3b0108c939bb6a54f40ebafce2
pda/main.js
@@ -32,6 +32,7 @@
import { createSSRApp } from 'vue'
export function createApp() {
  const app = createSSRApp(App)
   app.use(uView)
  return {
    app
  }