Questions tagged [vue-functional-component]

10 questions
2
votes
2 answers

Do Vue.js render functions allow return of an array of VNodes?

I am working on extending a Vue.js frontend application. I am currently inspecting a render function within a functional component. After looking over the docs, I had the current understanding that the render function within the functional component…
1
vote
0 answers

Vue 2: are template-based functional components as performant as render functions?

In Vue 2.5.0+ we have two different ways of implementing functional components: