Skip to content

Commit ae2fd81

Browse files
authored
attribute 特性
术语翻译对照 attribute 特性
1 parent 1e737d5 commit ae2fd81

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
@@ -1530,7 +1530,7 @@ Vue.component('my-special-transition', {
15301530

15311531
## 动态过渡
15321532

1533-
在 Vue 中即使是过渡也是数据驱动的!动态过渡最基本的例子是通过 `name` 属性来来绑定动态值
1533+
在 Vue 中即使是过渡也是数据驱动的!动态过渡最基本的例子是通过 `name` 特性来来绑定动态值
15341534

15351535
```html
15361536
<transition v-bind:name="transitionName">

0 commit comments

Comments
 (0)