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