bill 7 tháng trước cách đây
mục cha
commit
b6c3466a97
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/app.vue

+ 1 - 1
src/app.vue

@@ -30,7 +30,7 @@
         @click="isStandard = !isStandard"
         @touchend="isStandard = !isStandard"
       >
-        <img :src="isStandard ? '/images/satellite.jpg' : '/images/standard.jpg'" />
+        <img :src="isStandard ? 'images/satellite.jpg' : 'images/standard.jpg'" />
       </span>
     </ui-editor-layout>