소스 검색

Property Description fix

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

+ 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 v-html="property.description"></p>
43
+                <p>{{ property.description }}</p>
44 44
               </div>
45 45
             </div>
46 46
           </div>

+ 2
- 2
vue.config.js 파일 보기

@@ -2,8 +2,8 @@ module.exports = {
2 2
   devServer: {
3 3
     proxy: {
4 4
       "/api": {
5
-        target: "http://localhost:57260/",
6
-        //target: "http://training.provision-sa.com:82",
5
+        //target: "http://localhost:57260/",
6
+        target: "http://training.provision-sa.com:82",
7 7
         changeOrigin: true
8 8
       },
9 9
       "/nph-srep": {

Loading…
취소
저장