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