vue2实现搜索结果中的搜索关键字高亮

// 筛选变色 brightenKeyword(val, keyword) { val = val + ''; if (val.indexOf(keyword) !== -1 && keyword !== '') {