Skip to content

Commit

Permalink
fix: Vue wrapper instance options. (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvarsZ committed Oct 13, 2022
1 parent 4a02a50 commit 5e4b2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vue-image-editor/src/ImageEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default {
},
},
mounted() {
let options = editorDefaultOptions;
let options = this.options;
if (this.includeUi) {
options = Object.assign(includeUIOptions, this.options);
}
Expand Down

0 comments on commit 5e4b2fd

Please sign in to comment.