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