Answer the question
In order to leave comments, you need to log in
VueJS: Can't get elm from vnode in render function?
Guys, please tell me why it is impossible to get elm from vnode in the render function? can i solve it somehow?
render (h) {
this.$slots.default.forEach(vnode => {
console.log(vnode.elm) // undefined
})
return h('div', {
class: 'v-box'
}, this.$slots.default)
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question