Browse Source

Fix to missing index.html in ivproh folder

Lucas de Souza 6 năm trước cách đây
mục cha
commit
0d784be978
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>