Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘indexOf‘)

今天编写项目运行起来报这个错误,找了半天才找到这个错误在哪,这个错误是发生在element-ui里面的;

Element-ui中的el-form-item中少写了一个prop所以报这个错!

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘indexOf‘)_第1张图片

给el-form-item添加上prop就可以了!!

 

你可能感兴趣的:(javascript,开发语言,vue.js,elementui)