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.esm.js:591 [Vue warn]: Error in event handler for "click": "TypeError: Cannot read properties of undefined (reading 'trim')"
found in
--->
at src\components\Demo.vue
at src\App.vue
warn @ vue.esm.js:591
logError @ vue.esm.js:1737
globalHandleError @ vue.esm.js:1732
handleError @ vue.esm.js:1721
Vue.$emit @ vue.esm.js:2540
click @ vuetify.js:1363
invoker @ vue.esm.js:2027
fn._withTask.fn._withTask @ vue.esm.js:1826
vue.esm.js:1741 TypeError: Cannot read properties of undefined (reading 'trim')
at t.construct (index.js:16:1)
at t.set [as json] (index.js:16:1)
at VueComponent.addLabel (Demo.vue:329:1)
at VueComponent.invoker (vue.esm.js:2027:1)
at Vue.$emit (vue.esm.js:2538:1)
at VueComponent.click (vuetify.js:1363:1)
at invoker (vue.esm.js:2027:1)
at fn._withTask.fn._withTask (vue.esm.js:1826:1)
logError @ vue.esm.js:1741
globalHandleError @ vue.esm.js:1732
handleError @ vue.esm.js:1721
Vue.$emit @ vue.esm.js:2540
click @ vuetify.js:1363
invoker @ vue.esm.js:2027
fn._withTask.fn._withTask @ vue.esm.js:1826
The text was updated successfully, but these errors were encountered:
VelikayaScarlet
changed the title
这个包使用的json数据似乎和JSON.jsonify给的json的格式不一样导致读写错误
这个包使用的json数据似乎和JSON.stringify() 给的json的格式不一样导致this.annotator.store.json = JSON.stringify(xxxxx) 的时候出错
Nov 9, 2023
VelikayaScarlet
changed the title
这个包使用的json数据似乎和JSON.stringify() 给的json的格式不一样导致this.annotator.store.json = JSON.stringify(xxxxx) 的时候出错
似乎并没有提供对labelcategory和Connectioncategory的增删改查操作?
Nov 9, 2023
vue.esm.js:591 [Vue warn]: Error in event handler for "click": "TypeError: Cannot read properties of undefined (reading 'trim')"
found in
--->
at src\components\Demo.vue
at src\App.vue
warn @ vue.esm.js:591
logError @ vue.esm.js:1737
globalHandleError @ vue.esm.js:1732
handleError @ vue.esm.js:1721
Vue.$emit @ vue.esm.js:2540
click @ vuetify.js:1363
invoker @ vue.esm.js:2027
fn._withTask.fn._withTask @ vue.esm.js:1826
vue.esm.js:1741 TypeError: Cannot read properties of undefined (reading 'trim')
at t.construct (index.js:16:1)
at t.set [as json] (index.js:16:1)
at VueComponent.addLabel (Demo.vue:329:1)
at VueComponent.invoker (vue.esm.js:2027:1)
at Vue.$emit (vue.esm.js:2538:1)
at VueComponent.click (vuetify.js:1363:1)
at invoker (vue.esm.js:2027:1)
at fn._withTask.fn._withTask (vue.esm.js:1826:1)
logError @ vue.esm.js:1741
globalHandleError @ vue.esm.js:1732
handleError @ vue.esm.js:1721
Vue.$emit @ vue.esm.js:2540
click @ vuetify.js:1363
invoker @ vue.esm.js:2027
fn._withTask.fn._withTask @ vue.esm.js:1826
The text was updated successfully, but these errors were encountered: