Using Filters in Vue
Filters in Vue.js are helper functions that can be used to quickly format text in a component's template.
How to use filter functions
Filters can be used in two places in a template:
The template interpolation expression.
The v-bind expression.
<!-...
blog.timfon.dev2 min read