瀏覽代碼

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>