liukangdong
2025-01-06 46a174dd4b2d3208460411ed5d94a5726a5a2f72
pda/main.js
@@ -32,6 +32,7 @@
import { createSSRApp } from 'vue'
export function createApp() {
  const app = createSSRApp(App)
   app.use(uView)
  return {
    app
  }