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