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