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