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