none
Vue.filter('highlight', function(words, query) { return words.replace(query, '<b>' + query + '</b>') });