Closed mathieustan closed 4 years ago
Actually, when editing style in a vue component, HRM works fine. But when editing script, like a vuejs methods, HRM does not reload properly.
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
@Akryum If you have some time to look at this PR.
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