Add translation support
This commit is contained in:
@ -16,9 +16,9 @@ export default {
|
||||
|
||||
<template>
|
||||
<div class="relative hidden md:block">
|
||||
<label for="searchBar" class="hidden">Search</label>
|
||||
<label for="searchBar" class="hidden">{{ $t("main.search") }}</label>
|
||||
<v-icon name="io-search-outline" class="text-black absolute my-auto inset-y-0 left-2"></v-icon>
|
||||
<input type="text" placeholder="Search"
|
||||
<input type="text" :placeholder="$t('main.search')"
|
||||
@keyup.enter=redirectToSearch v-model="searchInput"
|
||||
class="rounded-md p-1 pl-8 text-black" ref="searchInput" />
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user