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