In the vue table, when the cursor moves to a certain tr/td, an event is triggered. Is there any relevant API
大家讲道理2017-06-12 09:31:59
input v-on:focus="method()"
input v-on:blur="method()"
input v-on:input="method()"
淡淡烟草味2017-06-12 09:31:59
Thank you everyone, it was solved just after mentioning it, using mouseenter. .