Vue——input输入内容去除空格

<input v-model.trim="searchKey" type="text">

data() {
return {
searchKey: ''
}
}

猜你喜欢

转载自blog.csdn.net/qq_43201350/article/details/120398796
今日推荐