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