问题描述:
在vue项目中触发自定义组件事件,然后报错提示 custom event name 'clickFather' must be kebab-case 。
解决办法:
将用emit触发的这个方法名称 换成小写的 => clickfather 这样子就不会报错了。