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