feat: 333

pull/22983/head
parperse 2024-10-28 17:43:02 +08:00
parent 3faec2e6c4
commit 527b8484d1
1 changed files with 1 additions and 1 deletions

2
FAQ.md
View File

@ -1,7 +1,7 @@
## 常见问题
<details>
<summary>测试2222:给组件绑定的事件为什么无法触发?</summary>
<summary>测试3333:给组件绑定的事件为什么无法触发?</summary>
在 Vue 2.0 中,为**自定义**组件绑定**原生**事件必须使用 `.native` 修饰符:
```html
<my-component @click.native="handleClick">Click Me</my-component>