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