The correct way to listen to change event(onchange) of input element is: <form> id="app"> <input type="text" v-model="userinput"> </form>.
確定! 回上一頁