ll
liukangdong
2024-10-29 0bda79a1d5f0de3a1885f13763c516650bc19007
pda/main.js
@@ -32,6 +32,7 @@
import { createSSRApp } from 'vue'
export function createApp() {
  const app = createSSRApp(App)
   app.use(uView)
  return {
    app
  }