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