MrShi
5 天以前 0b8838c8dd02161c5e7577162d8cd3318d133b68
pda/main.js
@@ -32,6 +32,7 @@
import { createSSRApp } from 'vue'
export function createApp() {
  const app = createSSRApp(App)
   app.use(uView)
  return {
    app
  }