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 a4bde86 commit 740adbbCopy full SHA for 740adbb
src/v2/guide/render-function.md
@@ -179,7 +179,8 @@ One thing to note: similar to how `v-bind:class` and `v-bind:style` have special
179
scopedSlots: {
180
default: props => createElement('span', props.text)
181
},
182
- // The name of a slot if the child of a component
+ // The name of the slot, if this component is the
183
+ // child of another component
184
slot: 'name-of-slot'
185
// Other special top-level properties
186
key: 'myKey',
0 commit comments