HJY-xh / plantTrees

每天几个前端小知识📙 2021.2.14 - new Date()
MIT License
22 stars 4 forks source link

[2022-4-9] Vue中如何让点击事件将只触发一次? #556

Open HJY-xh opened 2 years ago

HJY-xh commented 2 years ago

使用.once修饰符。

不像其它只能对原生的 DOM 事件起作用的修饰符,.once 修饰符还能被用到自定义组件时间上。