### Version 2.5.17 ### Reproduction link [https://jsfiddle.net/9mnqs3g2/](https://jsfiddle.net/9mnqs3g2/) ### Steps to reproduce open the reproduction link and look at the JS console. ### What is expected? You can have multiple root elements in functional components. ### What is actually happening? "Multiple root nodes returned from render function. Render function should return a single root node." error in console, nothing render. --- According to https://github.com/vuejs/vue/issues/7088#issuecomment-421510160 functional component are the way to go if you need more than one root element. <!-- generated by vue-issues. DO NOT REMOVE -->