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