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