## Info - Platform: Win & Mac - Vetur version:0.24.0 - VS Code version:April 2020 (version 1.45.1) ## Problem When I use vue-next,I got an error What should I do to not see it 在模板使用多根节点,报错如下 ```vue // app.vue <template> <demo-layout /> <demo-container /> <demo-menu /> <demo-button /> </template> ``` [vue/valid-template-root] The template root requires exactly one element.