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
// @todo Improve how to load this module, it is used only in the form builder, not used in the form renderer.
undoRedoModule
}
});
Vue.mixin({ store });
The text was updated successfully, but these errors were encountered:
miladganjali
changed the title
store problems in other packages when using the screen-builder
vuex store problems in other packages when using the screen-builder
Nov 30, 2022
Hello
thanks for great package the line 89 in index.js that I mention below will cause great problem when this package used in another
vue package.
the global vue mixin will override the entire store of any package that use the screen-builder package.
screen-builder/src/components/index.js
Lines 80 to 89 in cec0644
The text was updated successfully, but these errors were encountered: