当前位置:网站首页>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格式即可,需以 小写加-加小写 的格式格式!注意查看大小写是否错误。
边栏推荐
猜你喜欢
Shell编程之循环语句与函数
ASEMI整流桥GBJ810参数,GBJ810封装,GBJ810重量
EMQ X message server learning record - prepare for the subsequent completion
Three handshakes, four waves
腾讯云服务器修改为root登录安装宝塔面板
大端小端存储区别一看即懂
UE4 RTS frame selection function implementation
Static routing principle and configuration
没有对象的可以进来看看, 这里有对象介绍
正则之re模块
随机推荐
Conversion between number systems
VoLTE基础自学系列 | IMS的业务触发机制
正则表达式基础介绍
Three handshakes, four waves
解决iframe跳转时父页面仍然存在的问题
vim 按了Ctrl+S后 卡死
PID控制电机输出作为电机PWM占空比输入的理解
System Security and Application
6000 字+,帮你搞懂互联网架构演变历程!
【GNN】2022 G-Mixup: Graph Data Augmentation for Graph Classification
LAN技术-6MSTP
Makefile中patsubst、wildcard、notdir的使用
网络层协议介绍
web3到底是什么?
黑马2022最新redis课程笔记知识点(面试用)
深度学习时代的视频理解综述
数制之间的转换
BUUCTF MISC brush notes (2)
leetcode 35. 搜索插入位置(二分法+找性质也很关键)
requests之模拟登录学习