TypeError: Cannot read property '$options' of undefined
at VueComponent.form (element-ui.common.js?ccbf:20051)
at Watcher.get (vue.esm.js?efeb:3142)
at Watcher.evaluate (vue.esm.js?efeb:3249)
at VueComponent.computedGetter [as form] (vue.esm.js?efeb:3507)
at VueComponent.getRules (element-ui.common.js?ccbf:20171)
at VueComponent.isRequired (element-ui.common.js?ccbf:20073)
at Watcher.get (vue.esm.js?efeb:3142)
at Watcher.evaluate (vue.esm.js?efeb:3249)
at Proxy.computedGetter (vue.esm.js?efeb:3507)
at Proxy.render (element-ui.common.js?ccbf:20247)
项目中使用了element-ui,用在表单里,不知道$options是在哪里定义的,自己的代码里没有用到这个,有遇到过这个问题的吗,谁能帮忙解答一下,多谢啦
一个表单提交中用一个<el-form>就行了