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