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