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