一、Error compiling template: Component template requires a root element, rather than just text. 这个错误意思是,每一个组件中的模板必须含有根元素,不能直接写文本

二、Do not use built-in or reserved HTML elements as component id: div 不用把html元素当做组件的名称去使用

三、Unknown custom element: <as> - did you register the component correctly? For recursive components, make sure to provide the "name" option. 组件名称没有被解析

四、Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if to chain them instead. 模板有且只能有一个根标签

五、Property or method "msg" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. msg没有定义

六、The "data" option should be a function that returns a per-instance value in component definitions 组件中的data应该是一个函数

最新文章

  1. C语言学习 第十次作业总结
  2. nginx+uwsgi&lt;django web环境的搭建&gt;
  3. [转]linux中如何安装软件?
  4. 关于java.lang.String理解中的一些难点
  5. 17款免费的Bootstrap后台管理模板集合
  6. careercup-排序和查找 11.7
  7. HTML5画布
  8. 使用OpenSSL生成证书
  9. 【课程分享】基于plusgantt的项目管理系统实战开发(Spring3+JDBC+RMI的架构、自己定义工作流)
  10. asp.net core + mysql + ef core + linux
  11. 【Yii系列】处理请求
  12. springmvc常用注解标签详解【转】
  13. 201521123080《Java程序设计》第1周学习总结
  14. JavaScript作用域,内部函数比参数优先级高
  15. Java基础2:基本数据类型与常量池
  16. Oracle 动态SQL 注意细节 ORA-00911: 无效字符
  17. 剑指offer(52)正则表达式的匹配
  18. C#中删除集合中符合条件的元素以及需注意属相
  19. loglog()函数
  20. 2018.07.22 洛谷P1967 货车运输(kruskal重构树)

热门文章

  1. 切比雪夫低副瓣阵列设计 MATLAB
  2. 使用 xposed 突破饿了么 ssl pining
  3. css 重排与重绘
  4. 使用wrd2vec构建推荐系统
  5. Flutter Weekly Issue 49
  6. 图的广度优先遍历(bfs)
  7. MySql查询当天、本周、本月、本季度、本年的数据
  8. JavaScript登录记住密码操作
  9. 系统警告,Bronya请求支援(两遍最短路)
  10. 《Three.js 入门指南》3.1.1 - 基本几何形状 - 平面(PlaneGeometry)