You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's a React prop, not a JSX functionality, and therefore not available in Vue. You should use a domProp instead, it's documented in the README (but has a bug unfortunately: #90).
<div dangerouslySetInnerHTML={{__html: item.detailInfo}}></div>
it will be an empty element after compiled
The text was updated successfully, but these errors were encountered: