Web Development
VueJS: Create Multi Root Components
Introduction Lets face it, during early days of adapting vue js every developer has probably faced this error. Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if to chain them instead. and from that point its had coded in our mind