We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello , I had a error when I dragged a wiget
Uncaught TypeError: Cannot read property 'components' of undefined at Store.eval (index.js?e9c9:64) at wrappedMutationHandler (/Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:699) at commitIterator (/Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:391) at Array.forEach () at /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:390 at Store._withCommit (/Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:497) at Store.commit (/Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:389) at boundCommit (/Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:337) at Store.addComponent (index.js?e9c9:142) at Array.wrappedActionHandler (/Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:706) (anonymous) @ index.js?e9c9:64 wrappedMutationHandler @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:699 commitIterator @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:391 (anonymous) @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:390 _withCommit @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:497 commit @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:389 boundCommit @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:337 addComponent @ index.js?e9c9:142 wrappedActionHandler @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:706 dispatch @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:428 boundDispatch @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:334 mappedAction @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:882 handleDrop @ WireframePane.vue?adbe:87 invoker @ vue.esm.js?efeb:2027 fn._withTask.fn._withTask @ vue.esm.js?efeb:1826
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello , I had a error when I dragged a wiget
Uncaught TypeError: Cannot read property 'components' of undefined
at Store.eval (index.js?e9c9:64)
at wrappedMutationHandler (/Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:699)
at commitIterator (/Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:391)
at Array.forEach ()
at /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:390
at Store._withCommit (/Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:497)
at Store.commit (/Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:389)
at boundCommit (/Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:337)
at Store.addComponent (index.js?e9c9:142)
at Array.wrappedActionHandler (/Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:706)
(anonymous) @ index.js?e9c9:64
wrappedMutationHandler @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:699
commitIterator @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:391
(anonymous) @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:390
_withCommit @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:497
commit @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:389
boundCommit @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:337
addComponent @ index.js?e9c9:142
wrappedActionHandler @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:706
dispatch @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:428
boundDispatch @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:334
mappedAction @ /Users/luonan/Documents/vue/vue-design/node_modules/vuex/dist/vuex.common.js:882
handleDrop @ WireframePane.vue?adbe:87
invoker @ vue.esm.js?efeb:2027
fn._withTask.fn._withTask @ vue.esm.js?efeb:1826
The text was updated successfully, but these errors were encountered: