在Vue中 即可过滤掉特殊字符
var pattern = /[`~!@#_$%^&*()=|{}':;',\\\[\\\].<>/?~!@#¥……&*()——|{}【】‘;:”“'。,、?\s]/g
this.searchKeyword = this.searchKeyword.replace(pattern, '')
在Vue中 即可过滤掉特殊字符
var pattern = /[`~!@#_$%^&*()=|{}':;',\\\[\\\].<>/?~!@#¥……&*()——|{}【】‘;:”“'。,、?\s]/g
this.searchKeyword = this.searchKeyword.replace(pattern, '')