uni-app input 实时监听input 值

 <input type="value" placeholder="请输入" @input="onInput" />*

onInput(e){
console.log(e.detail)
}

你可能感兴趣的:(vue)