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