Customize tags #192
Unanswered
blackspike
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I would like to replace the auto-generated
<p>
tags with<div>
tags, ideally with an inline style – it's for html email.I can see this is possible with quill, they demonstrate how to replace
<strong>
with<b>
for example.I have tried adapting it with the following
Which throws the error
Uncaught TypeError: (intermediate value).import is not a function
– what is the correct way to use this functionality in vue-quill?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions