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