Skip to content

Commit

Permalink
fix *.vue HMR work (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
judgeou authored and DeMoorJasper committed Jan 9, 2020
1 parent b85f48d commit a0a1fab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/i18n/zh/docs/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@ export default Vue.extend({
import Vue from 'vue'
import App from './app.vue'

new Vue(App).$mount('#app')
new Vue({
el: '#app',
render: h => h(App)
})
```

1 comment on commit a0a1fab

@vercel
Copy link

@vercel vercel bot commented on a0a1fab Jan 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.