doum
2025-11-24 48758f36d8c49912ed9d5fd2a761150a8ccdc6c8
pda/main.js
@@ -32,6 +32,7 @@
import { createSSRApp } from 'vue'
export function createApp() {
  const app = createSSRApp(App)
   app.use(uView)
  return {
    app
  }