8000
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 830eb0b commit e69765eCopy full SHA for e69765e
src/v2/guide/render-function.md
@@ -177,7 +177,7 @@ One thing to note: similar to how `v-bind:class` and `v-bind:style` have special
177
// Scoped slots in the form of
178
// { name: props => VNode | Array<VNode> }
179
scopedSlots: {
180
- default: props => h('span', props.text)
+ default: props => createElement('span', props.text)
181
},
182
// The name of a slot if the child of a component
183
slot: 'name-of-slot'
0 commit comments