Say I have a Vue instance like so:
new Vue({ el: \'#app\', data: { word: \'foo\', }, filters: { capitalize: function(text) {
if your filter is something like this
{{ count }} {{ 'item' | plural(count, 'items') }}
this is the answer
this.$options.filters.plural('item', count, 'items')