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