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