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