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