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