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