You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vue.runtime.esm.js?2b0e:1888 Error: please transfer a valid prop path to form item!
at getPropByPath (util.js?8122:80)
at VueComponent.fieldValue (form-item.js?3787:602)
at Watcher.get (vue.runtime.esm.js?2b0e:4479)
at Watcher.evaluate (vue.runtime.esm.js?2b0e:4584)
at VueComponent.computedGetter [as fieldValue] (vue.runtime.esm.js?2b0e:4836)
at VueComponent.mounted (form-item.js?3787:764)
at invokeWithErrorHandling (vue.runtime.esm.js?2b0e:1854)
at callHook (vue.runtime.esm.js?2b0e:4219)
at Object.insert (vue.runtime.esm.js?2b0e:3139)
at invokeInsertHook (vue.runtime.esm.js?2b0e:6346)
The text was updated successfully, but these errors were encountered:
{
"$schema": "https://json-schema.org/draft-06/schema#",
"definitions": {
"FileHeader": {
"type": "object",
"required": [
"author",
"date",
"description",
"revMajor",
"revMinor"
],
"properties": {
"author": {
"type": "string",
"title": "作者"
}
},
"title": "文件头"
},
"Directory": {
"type": "object",
"required": [
"path"
],
"properties": {
"path": {
"$ref":"#/definitions/FileHeader"
}
},
"title": "目录"
}
},
"type": "object",
"anyOf": [
{
"$ref": "#/definitions/Directory"
}
]
}
这种作为schema的时候会
vue.runtime.esm.js?2b0e:1888 Error: please transfer a valid prop path to form item!
at getPropByPath (util.js?8122:80)
at VueComponent.fieldValue (form-item.js?3787:602)
at Watcher.get (vue.runtime.esm.js?2b0e:4479)
at Watcher.evaluate (vue.runtime.esm.js?2b0e:4584)
at VueComponent.computedGetter [as fieldValue] (vue.runtime.esm.js?2b0e:4836)
at VueComponent.mounted (form-item.js?3787:764)
at invokeWithErrorHandling (vue.runtime.esm.js?2b0e:1854)
at callHook (vue.runtime.esm.js?2b0e:4219)
at Object.insert (vue.runtime.esm.js?2b0e:3139)
at invokeInsertHook (vue.runtime.esm.js?2b0e:6346)
The text was updated successfully, but these errors were encountered: