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