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