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