We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ca60f commit d5f26e4Copy full SHA for d5f26e4
vue/src/views/Home.vue
@@ -29,7 +29,8 @@
29
<!-- eslint-disable max-len -->
30
<v-container my-12>
31
<div class="gmdscn">
32
- <v-img :alt="$t('img.1.alt')" class="" width="100%" contain src="@/assets/images/gmdscn-ch-map.svg"></v-img>
+ <img :alt="$t('img.1.alt')" class="" width="100%"
33
+ src="@/assets/images/gmdscn-ch-map.svg"/>
34
<v-autocomplete
35
ref="search"
36
class="gemeindesuche"
0 commit comments