高亮关键字

<div v-html="TitleLight(vo.goods_name)"></div>
TitleLight:function(titleInfo) {
    const strReturn = titleInfo.replace(new RegExp(vm.keywords, 'g'), `<span class="highlight">${vm.keywords}</span>`)
    return strReturn 
},
上一篇:js日期对象格式化方法


下一篇:实现元素居中显示