webnoob's repositories
vuejs-custom-filter
Vue.js Filters and how to create and use them. Vue allows us to define filters that we can use with interpolations and bindings. And the important thing is that filters don't transform the original data. They only change the output. So filters can be useful in a lot of different situations.