소스 검색

Fix to missing index.html in ivproh folder

Lucas de Souza 6 년 전
부모
커밋
0d784be978
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/Home.vue

+ 1 - 1
src/views/Home.vue

@@ -25,7 +25,7 @@
       </div>
       <div class="container ivprog-container">
         <div class="embed-responsive embed-responsive-16by9">
-          <iframe class="embed-responsive-item" src="ivprogh/index.html" allowfullscreen></iframe>
+          <iframe class="embed-responsive-item" :src="BASE_URL+'ivprogh/index.html'" allowfullscreen></iframe>
         </div>
       </div>