摘要:
简化代码 事件修饰符:也是事件处理的代码 @click.prevent : .prevent 阻止默认事件 .stop阻止冒泡事件(就是内外元素触发事件的问题) 阅读全文
posted @ 2023-10-16 21:32
被占用的小海海
阅读(13)
评论(0)
推荐(0)
摘要:
没什么多余的,就是带有参数的时候,传递对象注意点 AddCount(count,$event) 对应 AddCount(count,e) 阅读全文
posted @ 2023-10-16 16:55
被占用的小海海
阅读(11)
评论(0)
推荐(0)
摘要:
<template> <!-- 内联事件处理器 ,很少用 --> <h3>内联事件处理器</h3> <button v-on:click="count++">内联事件处理器</button> <p>{{ count }}</p> <!-- 方法事件处理器 ,常用 --> <h3>方法事件处理器</h 阅读全文
posted @ 2023-10-16 16:46
被占用的小海海
阅读(9)
评论(0)
推荐(0)

浙公网安备 33010602011771号