Vue 2 and October CMS Todo App  / Episode  6  /  

Computed Properties

In this episode you are going to learn about computed properties in Vue.js and how we can use them on our October CMS and Vue Todo list.

Since we are making a todo app in this series it would be good to separate our list into two sections. One with completed todos and the other one with uncompleted todos.

To make this we would have to filter out our list somehow. That is where the computed properties come in. They are a way for us to compute some data and return it. In our case we are going to filter out our list into two lists of completed and uncompleted todos, and then display them in our template.

Wanna ask a question about video?

Like This Video?

Support it by sharing it ;)

© Watch And Learn,2024