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
Hi, everything works perfectly when first setup vue webpack developement environment. I open the http://localhost:8080 to check the live update when updating source code.
When change template for both App and Hello, the view will update immediately;
When i change msg data property of Hello, it does not update automatically, I must do a refresh; How can I fix it?