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