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