vue中 换行不识别

it2026-08-27  7

vue中换行不识别

vue中默认的输出是t-text 改为v-html

<p v-html="health.healthContent"></p>

最新回复(0)