Why can't vue v-html parse the tags in the mixed text and picture sent from the background?

<br /> <img alt="" src="/userfiles/1/images/DjCircleDetail/2018/09/2.jpg" style="width: 1024px; height: 724px;" /><br /> <br /> <br /> <p style="margin: 0px; padding: 0px; font-size: 16px; white-space: normal; color: rgb(102, 102, 102); font-family: "5FAE8F6F96C59ED1", Helvetica, STHeiti, Droidsansfallback;"> <span style="font-weight: bolder;"></span>

<p style="margin: 0px; padding: 0px; font-size: 16px; white-space: normal; color: rgb(102, 102, 102); font-family: "5FAE8F6F96C59ED1", Helvetica, STHeiti, Droidsansfallback;"> 2014849%51%

<p style="margin: 0px; padding: 0px; font-size: 16px; white-space: normal; color: rgb(102, 102, 102); font-family: "5FAE8F6F96C59ED1", Helvetica, STHeiti, Droidsansfallback;"> 20189.648.64

<p style="margin: 0px; padding: 0px; font-size: 16px; white-space: normal; color: rgb(102, 102, 102); font-family: "5FAE8F6F96C59ED1", Helvetica, STHeiti, Droidsansfallback;">

<p style="margin: 0px; padding: 0px; font-size: 16px; white-space: normal; color: rgb(102, 102, 102); font-family: "5FAE8F6F96C59ED1", Helvetica, STHeiti, Droidsansfallback;"> 222.0522.95505

<p style="margin: 0px; padding: 0px; font-size: 16px; white-space: normal; color: rgb(102, 102, 102); font-family: "5FAE8F6F96C59ED1", Helvetica, STHeiti, Droidsansfallback;"> 572529

<p style="margin: 0px; padding: 0px; font-size: 16px; white-space: normal; color: rgb(102, 102, 102); font-family: "5FAE8F6F96C59ED1", Helvetica, STHeiti, Droidsansfallback;"> <span style="font-weight: bolder;">29</span>

<p style="margin: 0px; padding: 0px; font-size: 16px; white-space: normal; color: rgb(102, 102, 102); font-family: "5FAE8F6F96C59ED1", Helvetica, STHeiti, Droidsansfallback;"> ""

<p style="margin: 0px; padding: 0px; font-size: 16px; white-space: normal; color: rgb(102, 102, 102); font-family: "5FAE8F6F96C59ED1", Helvetica, STHeiti, Droidsansfallback;"> 928

<img alt="" src="/userfiles/1/images/DjCircleDetail/2018/09/v2-0819258826a3b8a16efab8c90694e9d5_r.jpg" style="width: 640px; height: 558px;" /><br />

above is the mixed data of picture and text sent from the background
Why can"t v-html parse
jQuery"s html () neither can it parse

Sep.01,2021

it's not that you can't parse the picture, it's that you can't find your picture at all, the domain name of your picture link is not spliced, and there is no domain name in front of the picture, so you will find the file locally at the front end


.
<div id="app">
      <div v-html="html"></div>
</div>
  

there are escaped characters

in it.
Menu