当前位置:网站首页>parse <compoN> error: Custom Component‘name should be form of my-component, not myComponent or MyCom
parse <compoN> error: Custom Component‘name should be form of my-component, not myComponent or MyCom
2022-08-09 08:54:00 【Your-Nikee】
复现:支付宝小程序在创建组件后在页面中引入组件报错parse <compoN> error: Custom Component'name should be form of my-component, not myComponent or MyComponent
问题原因:
引入组件的json文件中必须以支付宝组件格式严格拼写
将命名修改为 my-component格式即可,需以 小写加-加小写 的格式格式!注意查看大小写是否错误。
边栏推荐
猜你喜欢
随机推荐
【场景化解决方案】OA审批与用友U9数据集成
Introduction to Network Layer Protocols
get一个小技巧,教你如何在typora写文章上传图片到博客上
Regular Expressions for Shell Programming
Venture DAO 行业研报:宏观和经典案例分析、模式总结、未来建议
QT设置exe可执行文件的图标
[漏洞复现]CVE-2018-7490(路径遍历)
Redis缓存设计
Go语言技巧之正确高效使用slice(听课笔记总结--简单易懂)
Dark Horse 2022 latest redis course notes and knowledge points (for interview)
BUUCTF MISC brush notes (2)
【愚公系列】2022年08月 Go教学课程 033-结构体方法重写、方法值、方法表达式
ctf misc 图片题知识点
第五届蓝帽杯初赛 misc 赛后复现
【Harmony OS】【ARK UI】公共事件模块
Literature retrieval operation code
QT program generates independent exe program (pit-avoiding version)
加密技术和电子竞技如何促进彼此的发展
[MySQL]mysql: Solve the problem of [Err] 1093 - You can't specify target table 'table name' for update in FROM clause
【场景化解决方案】构建设备通讯录,制造业设备上钉实现设备高效管理


![[V&N2020 Open] Memory Forensics](/img/b7/20f72a40d43a402009e9451903615b.png)






