quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time

Home Page:https://quasar.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QEditor style error after using paragraph-tag prop

ageeye-cn opened this issue · 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