Skip to content

Commit

Permalink
docs: update data_object_add_attrs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiufeihong2018 committed Apr 10, 2024
1 parent 686cd51 commit 713db6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vue/data_object_add_attrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

定义一个`p`标签,通过`v-for`指令进行遍历

然后给`botton`标签绑定点击事件,我们预期点击按钮时,数据新增一个属性,界面也 新增一行
然后给`button`标签绑定点击事件,我们预期点击按钮时,数据新增一个属性,界面也 新增一行

```html
<p v-for="(value,key) in item" :key="key">
Expand Down

0 comments on commit 713db6e

Please sign in to comment.