vue-email-editor
vue-email-editor copied to clipboard
Drag-n-Drop Email Editor Component for Vue.js
Adding designTagsConfig to the editors options stops the editor loading: ``` options:{ projectId: ****, displayMode: 'email', designTagsConfig: { delimiter: ['[[[', ']]]'] } } ``` > `Uncaught DOMException: Failed to execute...
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service) and [babel-loader](https://github.com/babel/babel-loader). These dependencies need to be updated together. Updates `json5` from 2.2.1 to 2.2.3 Release notes Sourced from json5's...
I want to use this repo for my startup business. I saw MIT Licensed in your README.md file, but it not valid when I clicked on the link
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
I want registerTool,in vue vue-email-editorv1.0.0, i dont konw how to use, please give me a example thank you
Hi! Want to report this little bug: having a text selected a toolbox shows up. Then click on insert link. On the link modal, whenever you hit enter key, the...
I'm encountering a problem with setting the DisplayMode in Vue when using the vue-email-editor component. Despite my efforts, it doesn't seem to have any effect. Here's the code snippet: ```...
Hello, First of all, thank you for your amazing work on vue-email-editor. It has been a very useful tool for our project. However, we have encountered a limitation that is...
I've implemented the user uploads feature. Now I want to disable Upload Image button. I'm unable to find a way to disable the upload button and drag/drop feature from the...