美文网首页
记录Vue的报错和解决方法

记录Vue的报错和解决方法

作者: 月夜一千 | 来源:发表于2018-03-13 08:00 被阅读0次

    在主组件App上调用子组件a报错 :Component template should contain exactly one root element. If you are using……;

    原因是vue的模版只支持一个元素,不能有多个元素并列显示,所以要写在一个标签里。

    相关文章

      网友评论

          本文标题:记录Vue的报错和解决方法

          本文链接:https://www.haomeiwen.com/subject/gyyafftx.html