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