在Vue中,下列关于事件修饰符解释错误的是
(A).once:点击事件可以触发多次。
(B).stop:等同于调用event.stopPropagation()。
(C).prevent:等同于调用event.preventDefault()。
(D).capture:使用capture模式添加事件监听器。
参考答案
继续答题:下一题
(A).once:点击事件可以触发多次。
(B).stop:等同于调用event.stopPropagation()。
(C).prevent:等同于调用event.preventDefault()。
(D).capture:使用capture模式添加事件监听器。