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