quasar
quasar copied to clipboard
QEditor style error after using paragraph-tag prop
What happened?
I set paragraph-tag to "p",The first line is not included within the P tag.
<q-editor v-model="content" paragraph-tag="p"></q-editor>
test1<p>test2</p><p>test3</p>
What did you expect to happen?
<p>test1</p><p>test2</p><p>test3</p>
Reproduction URL
https://codepen.io/ageeye-cn/pen/NWJJWgO
How to reproduce?
browse the codepen demo
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Components (quasar)
Platforms/Browsers
Microsoft Edge
Quasar info output
No response
Relevant log output
No response
Additional context
No response