We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ebe40 commit b77a985Copy full SHA for b77a985
src/v2/guide/reactivity.md
@@ -119,7 +119,7 @@ Vue.component('example', {
119
})
120
```
121
122
-因为 `$nextTick()` 返回一个 `Promise` 对象,所以你可以使用新的 [ES2016 async/await](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Statements/async_function) 语法完成相同的事情:
+因为 `$nextTick()` 返回一个 `Promise` 对象,所以你可以使用新的 [ES2017 async/await](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Statements/async_function) 语法完成相同的事情:
123
124
``` js
125
methods: {
0 commit comments