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