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