Can A Vue Template Have Multiple Root Nodes (Fragments)?
September 11th, 2018
Rendering a list of child nodes in a component is not a design pattern that works with Vue due to the single root node restriction. This article discusses why this is an issue...