meteor-vue / vue-meteor

🌠 Vue first-class integration in Meteor
897 stars 112 forks source link

[Packages/vue-component] Updated vue2-hot #366

Closed mathieustan closed 4 years ago

mathieustan commented 5 years ago

Issue :

Actually, when editing style in a vue component, HRM works fine. But when editing script, like a vuejs methods, HRM does not reload properly.

Solution :

Updated vue2-hot from latest version of vue-hot-reload-api seems to fix this. CF : https://github.com/vuejs/vue-hot-reload-api/blob/master/src/index.js

mathieustan commented 5 years ago

@Akryum If you have some time to look at this PR.