Parcourir la source

使用 v-html 渲染 video.description 内容

reghao il y a 7 mois
Parent
commit
51fa0621f0
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/views/home/VideoPage.vue

+ 3 - 3
src/views/home/VideoPage.vue

@@ -110,9 +110,9 @@
             </div>
             <div class="text item">
               <!--视频描述行-->
-              <span>
-                <p style="white-space:pre-wrap" v-html="video.description" />
-              </span>
+              <div>
+                <span v-html="video.description" />
+              </div>
               <el-divider />
               <!--视频标签行-->
               <div>