Skip to content

Commit b77a985

Browse files
committed
Fixed en#2307.
1 parent 40ebe40 commit b77a985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/reactivity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Vue.component('example', {
119119
})
120120
```
121121

122-
因为 `$nextTick()` 返回一个 `Promise` 对象,所以你可以使用新的 [ES2016 async/await](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Statements/async_function) 语法完成相同的事情:
122+
因为 `$nextTick()` 返回一个 `Promise` 对象,所以你可以使用新的 [ES2017 async/await](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Statements/async_function) 语法完成相同的事情:
123123

124124
``` js
125125
methods: {

0 commit comments

Comments
 (0)