Skip to main content

Html

Html is a component that allows rendering raw HTML content safely.

Usage

<Html :html="<div>Some <strong>HTML</strong> content</div>" />

Props

PropTypeDescription
:htmlstringRaw HTML string to render