1👍
✅
There are 3 possible solutions for your issue:
- Using fragments – https://github.com/privatenumber/vue-frag
- Using
render
function instead of a component template – https://v2.vuejs.org/v2/guide/render-function.html - Using CSS
display: contents
to effectively replace the wrapper with its content – https://developer.mozilla.org/en-US/docs/Web/CSS/display-box
Source:stackexchange.com