原来是因为我的组件大小写开头混了,我在template中写的是小写开头的batchnumSelect,但是注册的时候是注册成大写开头,所以导致报错


解决:改成一致即可

vue启动时报错——did you register the component correctly? For recursive components相关推荐

  1. Vue报错------did you register the component correctly? For recursive components, make sure to provide

    今天在开发项目的时候遇到很大坑.项目报错did you register the component correctly? For recursive components, make sure to ...

  2. 异常 did you register the component correctly? For recursive components, make sure to provide the “nam

    1.vue项目使用抽屉组件时候报错did you register the component correctly? For recursive components, make sure to pr ...

  3. did you register the component correctly? For recursive components, make sure to provide the “name“

    问题回溯: 这里组件中引用自身[递归组件]时,报错did you register the component correctly? For recursive components, make su ...

  4. vue注入组件时报错:did you register the component correctly? For recursive components......

    报错信息: vue.runtime.esm.js?2b0e:619 [Vue warn]: Unknown custom element: - did you register the compone ...

  5. 关于报错Unknown custom element:did you register the component correctly? For recursive components的解决方式

    报错: [Vue warn]: Unknown custom element: <d01-person-thing> - did you register the component co ...

  6. 控制台报错element: <Goods> - did you register the component correctly? For recursive components, make sur

    element: - did you register the component correctly? For recursive components, make sure to provide ...

  7. vue出现您是否正确注册了组件? 对于递归组件,请确保提供“名称”选项。或者you register the component correctly? For recursive components

    XXX - did you register the component correctly? For recursive components, make sure to provide the & ...

  8. 报错:<ly-tab> - did you register the component correctly? For recursive components, make sure to provi

    控制台如果一直报这个错误,那是因为你安装这个插件的版本太高了 这时候你应该安装2.1.2版本的!!! npm install ly-tab@2.1.2 -S 然后在main.js全局引入 // 引入l ...

  9. Vue did you register the component correctly? For recursive components,make sure to provide the name

    问题截图 组件嵌套 AppMyComponentADifferentComponentMyComponent 问题原因 这里的问题是,MyComponent既是它自己的父组件,又是它自己的子组件.这将 ...

最新文章

  1. 2021年大数据HBase(十四):HBase的原理及其相关的工作机制
  2. Blockchain实现详细手册
  3. Oracle 体系结构2 - 共享和专用服务器
  4. java flex xml_FLEX与JAVA的交互问题 -DOM4J-xml
  5. 【ZOJ - 4029】Now Loading!!!(整除分块,思维,二分,前缀和)
  6. 互联网又一个变态条款 “奋斗者协议”
  7. mycat 从入门到放弃 (转)
  8. 查询数据库中字段内容相同的记录
  9. Winform中Treeview控件失去焦点,将选择的节点设置为高亮显示 (2012-07-16 13:47:07)转载▼...
  10. Machine Learning Concepts
  11. 网络是怎样连接起来的
  12. 【Python】:SIFT算法的实现
  13. FusionCompute产品介绍
  14. 20190408-相速度和群速度、傅里叶变换与波动方程的色散关系、介电常数与电导、介电函数与折射率、散度定理、电子迁移率、电磁波波动方程、自由电子气的介电函数
  15. nginx负载接口与宕机切换
  16. 2022年全球智能盆栽行业分析报告
  17. 关于 JavaScript 中 null 的一切
  18. 苹果地图错误将驾车者导向沙漠:偏离70公里
  19. mysql嵌套select_select 嵌套查询
  20. 2020大学生专业薪资排名一览

热门文章

  1. 仿百度外卖、美团外卖、淘点点等左右联动ListView菜单展示
  2. 前端终端组件xterm.js的使用(转)
  3. 秒表工具类StopWatch
  4. Java、JSP基于Web停车场管理系统毕业设计论文
  5. Vcastr 3.0 开源的在线FLV播放器
  6. 最大流算法模板:EK和dinic算法
  7. 2022重庆幼教产业展览会|高科技玩具益智解压玩具博览会
  8. Java项目运维与监控调优
  9. Linux下启动Oracle数据库服务
  10. C语言回音消除算法,一种语音识别场景中回音消除的方法