热门

最新

红包

立Flag

投票

同城

我的

发布
weixin_53051713
油麦菜你好
3 年前
trueweixin_53051713

<div id="app">
<input type="button" value="事件绑定" v-on:click="方法"> //点击事件
<input type="button" value="事件绑定" v-on:monseenter="方法"> //鼠标移入事件
<input type="button" value="事件绑定" v-on:dblclick="方法"> //双击事件
<input type="button" value="事件绑定" @dblclic="doIt>
</div>

var app=new Vue({
el:"#app",
methods:{
doIt:function(){
//逻辑
}
}
})

CSDN App 扫码分享
分享
评论
1
打赏
  • 复制链接
  • 举报
下一条:
linux请求援助!
立即登录