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