<input type="text" @change=${e => console.log(e.target.value)}/>. So you can see the event is called @change , so the "on" has been replaced by the "at"/@ ...
確定! 回上一頁