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