What are filters in Vue.js?

Filters transform output text and are typically used for formatting. They can be defined globally or locally. Example:

{{ message | capitalize }}