jiangping
2024-12-11 8ed17ae9bfe70c1c94ffd44148e32b914c8bec8d
pda/main.js
@@ -32,6 +32,7 @@
import { createSSRApp } from 'vue'
export function createApp() {
  const app = createSSRApp(App)
   app.use(uView)
  return {
    app
  }