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