What is the difference between methods, computed properties and watchers in Vuejs?
These three options can be confusing for a beginner and it takes a while to know how and when to use then. Here are some quick tips to help. Methods Always use these when binding events. In other words when something (aka an event) happens such as a user has clicked a button. An example… Read More »