vue-email-editor
vue-email-editor copied to clipboard
Drag-n-Drop Email Editor Component for Vue.js
## Description When inserting HTML code with URL query parameters into HTML blocks in the Unlayer email editor, ampersand (`&`) characters in URLs are incorrectly converted to "not equal" (`¬`)...
Hello, I report this issue here as I don't see a repository for the generic editor. I apologize if this is not the right place. Editor version: 1.243.0 Editor source:...
I used to be able to set mobile content through the toolbar, but now there are no mobile icons in the toolbar. Previous demo:  There is no mobile icon...
## Description Unable to change editor language from English despite trying multiple approaches with locale and translations. ## Steps to Reproduce 1. Set locale to 'it-IT' either via prop or...
Hello, In our project using the **vue-email-editor** package with Vue, we encountered an issue where the `registerCallback` function inside the load event is not working properly. We are using Vue3...
Google Fonts Open+Sans and Inter always fail to load and take a long time to load, resulting in a long initialization time for the editor; Accessing the demo is also...
The latest update to version 2.1.2 brakes the editor (2.1.1 still works). The following error occurs: ``` runtime-core.esm-bundler.js:408 Uncaught DOMException: Failed to execute 'postMessage' on 'Window': # could not be...
I am using the free version of Vue-email-editor. I added a button to my mail template. I sent this template to 3 different mails. Outlook, gmail and icloud mails. Only...
Environment: - "vue": "^3.5.12", - "vue-email-editor": "2.1.4", - "quasar": "^2.17.1", Code: ``` const emailEditor = ref(); const appearance = { theme: commonStore.isDarkMode ? 'dark' : 'light', panels: { tools: {...
I have a custom tool which places a custom element into the editor, when dropping it in we open a modal to customise the appearance. One thing I'd need it...