Skip to content

Commit 7a3f1e1

Browse files
authored
attribute 特性
规定:术语翻译对照 attribute 特性 属性给 property 用比较好 不然难以分辨
1 parent a1032c3 commit 7a3f1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/transitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ new Vue({
633633
</transition>
634634
```
635635

636-
在一些场景中,也可以给通过给同一个元素的 `key` 属性设置不同的状态来代替 `v-if``v-else`,上面的例子可以重写为:
636+
在一些场景中,也可以给通过给同一个元素的 `key` 特性设置不同的状态来代替 `v-if``v-else`,上面的例子可以重写为:
637637

638638
``` html
639639
<transition>

0 commit comments

Comments
 (0)