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