vue-email-editor
vue-email-editor copied to clipboard
How do I set image upload path in vue?
Up :)
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