Replies: 1 comment 3 replies
-
Just send the rendered HTMLElement in Modal.open const el = document.querySelector('#vue-element-id');
editor.Modal.open({
title: 'Title',
content: el,
}) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @artf, Is there any way that we can use vue component inside grapesjs modal ?
Beta Was this translation helpful? Give feedback.
All reactions