vue 搜索关键词 变颜色
Posted ybixian
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue 搜索关键词 变颜色相关的知识,希望对你有一定的参考价值。
<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 搜索关键词 变颜色的主要内容,如果未能解决你的问题,请参考以下文章