nhn / toast-ui.vue-image-editor

Toast UI Image Editor for Vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to set the initializeImgUrl in vue Cli

hzeeli opened this issue · comments

commented

Version

"@toast-ui/vue-image-editor": "^1.0.2"

Development Environment

windows/chrome

Current Behavior

when i use loadImageFromURL
i want to change the initializeImgUrl,
but
can't use imageEditor.ui.initializeImgUrl in vue cli

Expected Behavior

want to know how to get this or set

You need to call method with this way yourEditorInstance.invoke('loadImageFromURL', imageURL, 'My sample image')

i am also stuck with the same issue please someone give detailed answers