We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ac856 commit 46d3fcdCopy full SHA for 46d3fcd
src/v2/guide/render-function.md
@@ -360,7 +360,7 @@ render: function (createElement) {
360
}
361
```
362
363
-And access scoped slots as functions that return VNodes from [`this.$scopedSlots`](http://vuejs.org/v2/api/#vm-scopedSlots):
+还可以从[`this.$scopedSlots`](http://vuejs.org/v2/api/#vm-scopedSlots) 中获得能用作函数的作用域插槽,这个函数返回 VNodes:
364
365
``` js
366
render: function (createElement) {
@@ -373,7 +373,7 @@ render: function (createElement) {
373
374
375
376
-To pass scoped slots to a child component using render functions, use the `scopedSlots` field in VNode data:
+如果要用 render 函数向子组件中传递作用域插槽,可以利用VNode数据中的 `scopedSlots`域:
377
378
379
render (createElement) {
0 commit comments