k94314517
2024-09-19 4df9fdf92a0a3461d53a08d797a63145af48e0c6
pda/main.js
@@ -32,6 +32,7 @@
import { createSSRApp } from 'vue'
export function createApp() {
  const app = createSSRApp(App)
   app.use(uView)
  return {
    app
  }