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