quasar icon indicating copy to clipboard operation
quasar copied to clipboard

QEditor style error after using paragraph-tag prop

Open ageeye-cn opened this issue 1 year ago • 0 comments

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> 微信截图_20240217225253 test1<p>test2</p><p>test3</p> 微信截图_20240217225325

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

ageeye-cn avatar Feb 17 '24 15:02 ageeye-cn