ll
liukangdong
2025-01-15 f5028477ff21f0146206bfcac6e78cb92e81d90c
pda/main.js
@@ -32,6 +32,7 @@
import { createSSRApp } from 'vue'
export function createApp() {
  const app = createSSRApp(App)
   app.use(uView)
  return {
    app
  }