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