template里这样写的

 <a-form-itemlabel="主队"><a-select disabled v-decorator="['Team',{initialValue:Team,rules: [{ required: true, message: '请选择队伍' }]}]" placeholder="请选择队伍" /><a-select-option></a-select-option></a-form-item>

把 a-select-option 注释就好了

<a-form-itemlabel="主队"><a-select disabled v-decorator="['Team',{initialValue:Team,rules: [{ required: true, message: '请选择队伍' }]}]" placeholder="请选择队伍" />// <a-select-option></a-select-option></a-form-item>

百度了很多答案,都不对,后面发现是自己犯傻了

vue.runtime.esm.js?2b0e:619 [Vue warn]: Failed to mount component: template or render function not d相关推荐

  1. 工作194:vue.runtime.esm.js?2b0e:619 [Vue warn]: Duplicate keys detected: ‘/system‘. This may cause an

    错误如下 拿到公司一个小哥哥的代码,一来就报了一堆bug,吓得我先写一篇博客vue.runtime.esm.js?2b0e:619 [Vue warn]: Duplicate keys detecte ...

  2. vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in nextTick: “TypeError: Cannot read properties of und

    vue使用vue-element-admin报错: vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in nextTick: "TypeError ...

  3. vue.runtime.esm.js?2b0e:619 [Vue warn]: Duplicate keys detected: ‘xxx‘. This may cause an update err

    vue.runtime.esm.js?2b0e:619 [Vue warn]: Duplicate keys detected: 'xxx'. This may cause an update err ...

  4. vue.runtime.esm.js?2b0e:619 [Vue warn]: Avoid mutating a prop

    问题描述 vue.runtime.esm.js?2b0e:619 [Vue warn]: Avoid mutating a prop directly since the value will be ...

  5. vue.runtime.esm.js?2b0e:619 [Vue warn]: Property “XX“ must be accessed with “$data._tos“ because

    vue.runtime.esm.js?2b0e:619 [Vue warn]: Property "tos" must be accessed with " d a t ...

  6. vue.runtime.esm.js?2b0e:619 [Vue warn]: Invalid component name: “__file“. Component names should con

    vue.runtime.esm.js?2b0e:619 [Vue warn]: Invalid component name: "__file". Component names ...

  7. vue.runtime.esm.js?2b0e:619 [Vue warn]: Missing required prop: to

    vue.runtime.esm.js?2b0e:619 [Vue warn]: Missing required prop: "to" [Vue warn]: Error in r ...

  8. vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in created hook: “TypeError: Object(...) is not a func

    前几天一个月薪35k的兄弟,给我推了一个人工智能学习网站,看了一段时间挺有意思的.包括语音识别.机器翻译等从基础到实战都有,很详细,分享给大家. 从后端拿取数据渲染到表格数据.结果明明写的没错,但是却 ...

  9. 报错vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in render: “TypeError: Cannot read property ‘length‘

    在用 element-ui 做表单复选框的时候,出现报错 vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in render: "TypeErro ...

  10. [Vue warn]: Failed to mount component: template or render function not defined. 错误解决方法

    [Vue warn]: Failed to mount component: template or render function not defined. 错误解决方法 参考文章: (1)[Vue ...

最新文章

  1. C语言初步学习(适合与学习过C++和java的童鞋)
  2. 2019年CV领域,值得一看的综述文章!
  3. 脑机接口--用于将音乐与思想进行合成
  4. angularjs的表单验证
  5. 获取组织分类后群数据
  6. BZOJ.2555.SubString(后缀自动机 LCT)
  7. 过来人谈谈计算机考研复试
  8. math.floor
  9. ubuntu自动加载硬盘分区
  10. PIL库的总结与简单应用
  11. 火狐插件 Katalon Recorder 生成 python 等语言 代码
  12. 如何解决更改csdn头像修改后浏览器不显示的问题
  13. 基于ssm校园餐厅订餐管理系统获取(java毕业设计)
  14. DB2 表字段值变更记录
  15. eclipse优化配置
  16. jpg格式怎么转换成plt格式的_JPEG格式图片转PLT格式雕刻输出
  17. vs2015好看的字体_在VisualStudio中应该使用什么字体
  18. 操作系统PV编程题目总结一
  19. MD5校验判断文件是否一样
  20. Python爬虫 requests使用post请求分析并登录Chinaunix

热门文章

  1. 诊断和解决row chained and migrated
  2. MySQL(加强)06 -- 触发器(Trigger)
  3. Win10 系统一天蓝屏好多次,怎么解决?
  4. PCB 铜厚厚度和线宽的选择
  5. 企业如何保护好自己的知识产权
  6. “由于文件许可权错误,word无法完成保存操作”解决
  7. xxx-1.0-SNAPSHOT.jar中没有主清单属性的解决方法
  8. 紫薇星上的数据结构(10)
  9. Golang包管理工具(三)之dep的使用
  10. JVM面试专题(上)