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