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 had some issues with hotreload. vuejs/vue#3225
Main reason: right now hotreload just renders new element and just replaces state. This state can store DOM links, which must be updated. There is no possible way to handle hotreload event.