Methods vs. Computed Properties
Let's learn about adding functions or methods to our Vue instances. Then, let's compare them to computed properties and spot the difference.
Computed Properties
Computed properties are a way for us to calculate things like tax and product totals. Follow along as we refactor messy code into nicely named computed properties.