vuejs / vue-hot-reload-api

🌶️ Hot reload API for Vue components
MIT License
466 stars 51 forks source link

Hot reloading of extended components doesn't work when base component changes #85

Open Dylan190774 opened 3 years ago

Dylan190774 commented 3 years ago

I have a 'child' component that extends a 'base' component, using the property 'extends'. However, when I edit the HTML or change the data of the base component and save the file, the child component gets overwritten completely with the contents of the base component by the hot reload, and there's no way to get the child back other than hard reloading the page.

Is this a known issue or a bug?

mikerockett commented 3 years ago

Possibly related to https://github.com/vuejs/vue-hot-reload-api/issues/68. Sadly, doesn't look like it's going to be fixed.

nemoDreamer commented 2 years ago

Sadly, doesn't look like it's going to be fixed.

Just based on the fact that that issue has been in limbo since Jun 3, 2018, or because there has been some kind of official statement as to it not getting fixed?

mikerockett commented 2 years ago

@nemoDreamer – the former. This repo hasn't had any commits for years now.