vue-email-editor
vue-email-editor copied to clipboard
Drag-n-Drop Email Editor Component for Vue.js
I am curious if it is somehow possible to add a column layout (e.g two columns) in an existing layout (e.g in the fourth column make it have its own...
Right now when I add images they are placed one below each other. Is there a way to add them side by side without writing custom css?
Idk if this is the right place to ask that, but do you have a live demo ?
i install 'vue-email-editor' in vue2 project, console this error: [Vue warn]: Error in render: "TypeError: (0 , external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock) is not a function" and i find out the that there isn't...
Hi, I am trying to implement a custom media library for image selection. ```javascript this.$refs.emailEditor.editor.registerCallback('selectImage', function (data, done) { // Open modal, select image... }); ``` When I register the...
Please add typescript support. build with vite is not finding the component path. (Cannot find module 'vue-email-editor' or its corresponding type declarations.)
how can we create a custom block JSON? this is my sample code ? ` ` This is the load function ` const editorLoaded = () => { // This...
``` ``` locale property takes the first value and it doesn't watch for changes. I need your kind support to make this property reactive.
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...