Skip to content

Commit 6e81d2d

Browse files
wangyi7099Jinjiang
authored andcommitted
Update render-function.md (vuejs#629)
* Update render-function.md 此处翻译的binding我感觉应该是传进钩子函数的参数binding,不应该翻译成汉语。而oldValue则是binding的oldValue属性,同样不能翻译成汉语。 * Update render-function.md
1 parent 6687d2f commit 6e81d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/render-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ createElement(
199199
nativeOn: {
200200
click: this.nativeClickHandler
201201
},
202-
// 自定义指令。注意事项:不能对绑定的旧值设值
202+
 // 自定义指令。注意,您无法对绑定中的 `oldValue` 赋值
203203
 // Vue 会为您持续追踪
204204
 directives: [
205205
{

0 commit comments

Comments
 (0)