k94314517
2024-10-16 29152ca8fbdd2cce99c7c8739bf5ae590ea2837e
pda/main.js
@@ -32,6 +32,7 @@
import { createSSRApp } from 'vue'
export function createApp() {
  const app = createSSRApp(App)
   app.use(uView)
  return {
    app
  }