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