nhn / tui.image-editor

🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
http://ui.toast.com/tui-image-editor
MIT License
6.98k stars 1.29k forks source link

fix: Pass options prop to editor instance. #808

Closed RitvarsZ closed 1 year ago

RitvarsZ commented 2 years ago

fix: Vue wrapper instance options.

Description

This PR fixes an issue with Vue wrapper component not setting editor options properly.

lja1018 commented 1 year ago

@RitvarsZ Thank you for your contribution.