소스 검색

Fixed PropDescription

master
George Williams 4 년 전
부모
커밋
bfd7bed1b7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/components/property/residential/singleView/contentSection.vue

+ 1
- 1
src/components/property/residential/singleView/contentSection.vue 파일 보기

@@ -40,7 +40,7 @@
40 40
           <div class="container">
41 41
             <div class="row">
42 42
               <div class="col">
43
-                <p>{{ property.description }}</p>
43
+                <p v-html="property.description"></p>
44 44
               </div>
45 45
             </div>
46 46
           </div>

Loading…
취소
저장