使用 element-ui ,运行 vue 项目时,报 [Vue warn]: Injection “elForm” not found ,原因是 没有将 el-form-item 标签 放在 el-form 标签中,在外层加上 el-form 标签就可以了。
[Vue warn]: Injection “elForm“ not found
最新推荐文章于 2024-10-20 00:18:40 发布
使用 element-ui ,运行 vue 项目时,报 [Vue warn]: Injection “elForm” not found ,原因是 没有将 el-form-item 标签 放在 el-form 标签中,在外层加上 el-form 标签就可以了。