【Vue报错】关于 The template root requires exactly one element 报错的解决方案

报错内容
Vue Error: The template root requires exactly one element.

详见下图:
【Vue报错】关于 The template root requires exactly one element 报错的解决方案
VSCode 中报错信息
【Vue报错】关于 The template root requires exactly one element 报错的解决方案
Node中报错信息

报错原因
Vue只允许模板里存在一个根节点。

解决方案

在 <template> 中添加一个 <div>标签,之后所有的组件全部加在 <div>即可解决。

原文地址:http://yaoyaoman.cn/blog/archives/193

上一篇:Pytorch基础知识


下一篇:Debug - source release 1.8 requires target release 1.8