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