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