I did not saw anything about this in docs, maybe I did not search enough, but components template seems to work "better" with a root element (better means: it works without root element with Laravel elixir running gulp
but running gulp --production
displays only the first element).
Do I need to have only one root element inside <template>
?
In other words, is this template code allowed in Vue 2?
<template>
<div>A</div>
<div>B</div>
</template>