How-to articles, tricks, and solutions about COMPUTED PROPERTIES

How to Pass Parameters in Computed Properties in Vue.js

Read the tutorial and learn about how you can pass parameters in computed properties. Read about the differences between computed properties and methods.

How to Properly Watch for Nested Data in Vue.js

In this Vue.js tutorial, you will read and learn about methods of properly watching for nested data. Also, read about deep watcher and computed property.