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