This example shows how a watcher function works
{{ result.name }}
with methods: {{ toUpperCase(removePeriods(result.ibu)) }}
with filters: {{ result.ibu | convertIBU('--') | removePeriods | toUpperCase }}