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