doum
12 小时以前 12d71ee7f050b981d584668f6ca70794d2c92a44
pda/main.js
@@ -32,6 +32,7 @@
import { createSSRApp } from 'vue'
export function createApp() {
  const app = createSSRApp(App)
   app.use(uView)
  return {
    app
  }