nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
3.55k stars 415 forks source link

The description in the UlandingHero component cannot display the line breaks from the YAML text. #1864

Open henghenghahaha opened 2 weeks ago

henghenghahaha commented 2 weeks ago

Environment

Version

v2.9.6

Reproduction

image image image

Description

The description in the UlandingHero component cannot display the line breaks from the YAML text.

Additional context

No response

Logs

No response

benjamincanac commented 2 weeks ago

Have you tried using the #description slot with a <span v-html="page.hero.description" /> inside?