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