bill 7 месяцев назад
Родитель
Сommit
b6c3466a97
1 измененных файлов с 1 добавлено и 1 удалено
  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>