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