k94314517
2025-05-07 3927f2ad0d143a03c44114c2949a60a3bb160613
pda/main.js
@@ -32,6 +32,7 @@
import { createSSRApp } from 'vue'
export function createApp() {
  const app = createSSRApp(App)
   app.use(uView)
  return {
    app
  }