码迷,mamicode.com
首页 > 其他好文 > 详细

在Vue+element 开发中报: The template root requires exactly one elemen 错的解决和原因

时间:2020-01-21 00:26:41      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:有一个   组件   info   exactly   Requires   template   src   str   注意   

一.我正准备使用Vue + Element进行新的项目开发,然后在进行添加下一个组件时报错

技术图片

 

 二.解决及原因:

  原来template中只允许模板里存在一个根节点,在 template 中添加一个 <div>标签,之后所有的组件全部加在 <div>即可解决。

注意:<template></template>中必须要有一个根节点且只能存在一个根节点

在Vue+element 开发中报: The template root requires exactly one elemen 错的解决和原因

标签:有一个   组件   info   exactly   Requires   template   src   str   注意   

原文地址:https://www.cnblogs.com/jxnc/p/12219876.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!