bill 7 meses atrás
pai
commit
b6c3466a97
1 arquivos alterados com 1 adições e 1 exclusões
  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>