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