Vue中的事件添加。

时间:2020-05-21 18:59:51   收藏:0   阅读:45

Vue中添加键盘鼠标事件。

1、如按Enter键登录。

<input type="text" @keyup.enter="login">

2、想要在一个组件的根元素上直接监听一个原生事件。可以使用 v-on 的 .native 修饰符:

<component v-on:click.native="clickComponent"></component>

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!