0 votes
in VueJS by
retagged by
What is the main usage of filters in Vue.js?

a) Filters are used to enhance the presentation of the view layer.

b) Filters are also reusable, and you can declare a filter globally and use it on any desirable component.

c) Filters facilitate you to format your data at the view level.

d) All of the above.

1 Answer

0 votes
by

d) All of the above.

Filters are used to enhance the presentation of the view layer, Filters are also reusable, and you can declare a filter globally and use it on any desirable component and Filters facilitate you to format your data at the view level are some of the usages of VueJS

Related questions

0 votes
asked Apr 13, 2022 in VueJS by john ganales
0 votes
asked Apr 13, 2022 in VueJS by john ganales
...