44

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

 5 years ago
source link: https://juejin.im/post/5b73e5a3f265da28201d9831
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
// 筛选变色 brightenKeyword(val, keyword) { val = val + ''; if (val.indexOf(keyword) !== -1 && keyword !== '') {

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK