vue父子组件通信方式
https://www.jb51.net/article/140581.htm
Injection “elForm” not found
在利用element 中的dialog的时候报错Injection “elForm” not found
在网上搜索说是因为vue版本和element版本不匹配之类的,但是我出现这个问题的原因是因为:
<el-form>
<el-form-item label="ccc">
直接写了el-form-item而没用 el-form包裹住
本日感想:
写代码的时候要严谨…