doum
2026-01-07 d12e82a8cb8648fea1b421b41a209f4482c2ec8b
pda/main.js
@@ -32,6 +32,7 @@
import { createSSRApp } from 'vue'
export function createApp() {
  const app = createSSRApp(App)
   app.use(uView)
  return {
    app
  }