You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to track this bug for couple of days now.
It seems when I use a router and add a vue file that uses another vue as a componenthmr stop working, it update the module, and state that in the console, but nothing happens, if I comment the line where I register the component it start working again.
I event tried global component registration and it's the same thing.
if I register the component table.vue inside index.vue, hmr stop working, once I comment the line to unregister the component hmr star working again. I even tried adding empty vue component with no script or anything for debugging and still same result.
The text was updated successfully, but these errors were encountered:
Hi,
First, thanks for the good work!
I have been trying to track this bug for couple of days now.
It seems when I use a
router
and add avue
file that uses anothervue
as acomponent
hmr
stop working, it update the module, and state that in the console, but nothing happens, if I comment the line where I register the component it start working again.I event tried global component registration and it's the same thing.
So basically I have
if I register the component
table.vue
insideindex.vue
,hmr
stop working, once I comment the line to unregister the componenthmr
star working again. I even tried adding emptyvue
component with no script or anything for debugging and still same result.The text was updated successfully, but these errors were encountered: