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