Skip to content

Commit e7f5bd9

Browse files
authored
attribute 特性
术语翻译对照 attribute 特性
1 parent 92545ae commit e7f5bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/transitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -979,8 +979,8 @@ new Vue({
979979

980980
那么怎么同时渲染整个列表,比如使用 `v-for` ?在这种场景中,使用 `<transition-group>` 组件。在我们深入例子之前,先了解关于这个组件的几个特点:
981981

982-
- 不同于 `<transition>`, 它会以一个真实元素呈现:默认为一个 `<span>`。你也可以通过 `tag` 属性更换为其他元素
983-
- 元素 **一定需要** 指定唯一的 `key` 属性值
982+
- 不同于 `<transition>`, 它会以一个真实元素呈现:默认为一个 `<span>`。你也可以通过 `tag` 特性更换为其他元素
983+
- 元素 **一定需要** 指定唯一的 `key` 特性值
984984

985985
### 列表的进入和离开过渡
986986

0 commit comments

Comments
 (0)