效果: 实现思路: 用v-html实现 把搜索的关键词记录下来,serachText title截取serachText的内容 然后join标签 代码: html <div v-html="toolTipTitle"></div> js computed: { toolTipTitle()