fix: sonar qube - Add an "alt" attribute to this image.

This commit is contained in:
Cindy Chang
2024-07-16 09:11:13 +08:00
parent f6c130f46d
commit 2517fb07af
2 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,8 @@
<input id="input_search" class="w-full outline-0" :placeholder="i18next.t('AcctMgmt.Search')"
v-model="inputQuery" @keypress="handleKeyPressOfSearch"
/>
<img src="@/assets/icon-search.svg" class="w-[17px] h-[17px] flex cursor-pointer" @click="onSearchClick"/>
<img src="@/assets/icon-search.svg" class="w-[17px] h-[17px] flex cursor-pointer" @click="onSearchClick"
alt="search"/>
</div>
</template>