Open Dylan190774 opened 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.
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?
@nemoDreamer – the former. This repo hasn't had any commits for years now.
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?