vue-email-editor icon indicating copy to clipboard operation
vue-email-editor copied to clipboard

How do I set image upload path in vue?

Open mahfuzdiu opened this issue 4 years ago • 2 comments

mahfuzdiu avatar Dec 23 '20 06:12 mahfuzdiu

Up :)

tdugue avatar Jan 19 '21 17:01 tdugue

it's simple you just have to add it in the documentation for simplicity I think.

this.$refs.emailEditor.editor.registerCallback('image', function(file, done) {
     // Your code
 });

Thanks

tdugue avatar Jan 20 '21 08:01 tdugue