码迷,mamicode.com
首页 > 其他好文 > 详细

vue 搜索关键词 变颜色

时间:2019-04-10 15:12:21      阅读:260      评论:0      收藏:0      [点我收藏+]

标签:颜色   https   www   dex   style   index   substr   col   href   

<a class="text">
              <span>{{item.name.slice(0,item.name.toLowerCase().indexOf(inputVal.toLowerCase()))}}</span><span
              style="color:#2A70FE">{{item.name.slice(item.name.toLowerCase().indexOf(inputVal.toLowerCase()),item.name.toLowerCase().indexOf(inputVal.toLowerCase())+inputVal.length)}}</span><span>{{item.name.substr(item.name.toLowerCase().indexOf(inputVal.toLowerCase())+inputVal.length)}}</span>
            </a>

[原文:https://www.jianshu.com/p/f8843bda58fe]

vue 搜索关键词 变颜色

标签:颜色   https   www   dex   style   index   substr   col   href   

原文地址:https://www.cnblogs.com/ybixian/p/10683426.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!