Skip to content

Commit d5f26e4

Browse files
committed
fixed #23, SVG Map IE Edge, vuetify v-img bug switched to plain img
1 parent 33ca60f commit d5f26e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vue/src/views/Home.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
<!-- eslint-disable max-len -->
3030
<v-container my-12>
3131
<div class="gmdscn">
32-
<v-img :alt="$t('img.1.alt')" class="" width="100%" contain src="@/assets/images/gmdscn-ch-map.svg"></v-img>
32+
<img :alt="$t('img.1.alt')" class="" width="100%"
33+
src="@/assets/images/gmdscn-ch-map.svg"/>
3334
<v-autocomplete
3435
ref="search"
3536
class="gemeindesuche"

0 commit comments

Comments
 (0)