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.