rk
2025-10-27 19321e1348baefa2a9f5211c42f8b797c0fcccd1
pda/main.js
@@ -32,6 +32,7 @@
import { createSSRApp } from 'vue'
export function createApp() {
  const app = createSSRApp(App)
   app.use(uView)
  return {
    app
  }