You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first of all thanks for such an awesome transformer!
Currently a component which looks like that gets transpiled into a naive this.$attrs.renderProp(this.$data) call, which of course is not correct. The best way would be to take advantage of scoped slots.
Hello, first of all thanks for such an awesome transformer!
Currently a component which looks like that gets transpiled into a naive
this.$attrs.renderProp(this.$data)
call, which of course is not correct. The best way would be to take advantage of scoped slots.A description of render props in React can be found here and a real world usage of scoped lots in Vue can be found here.
Thanks for considering that!
The text was updated successfully, but these errors were encountered: