How to use vue to render a string saved in the form of a whole label

The data obtained by

is as follows:
http://img2014.zuyushop.com/P.; alt= "Ox (AUX) KFR-25GW/FK01+3 1 hanging wall type constant speed cooling and heating air conditioner" width= "100" height=" 100" >

how should I render it directly in the vue template?

Mar.09,2021

< div v div html = "data" > < / div > is fine
but it is said on the official website of vue

it is very dangerous to dynamically render arbitrary HTML on a website because it can easily lead to XSS attacks. Use vMuthhtml only on trusted content and never on content submitted by users.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b40b9d-2c52d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b40b9d-2c52d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?