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