refactor: i18n

This commit is contained in:
puriphatt 2024-08-26 17:18:15 +07:00
parent c681b19e39
commit 7c1e77a428
2 changed files with 16 additions and 14 deletions

View file

@ -137,7 +137,7 @@ async function downloadImage(url: string) {
flat
:color="$q.dark.isActive ? 'grey-9' : 'grey-4'"
:text-color="$q.dark.isActive ? 'grey-1' : 'grey-10'"
:label="$t('clear')"
:label="$t('general.clear')"
@click="
inputFile && (inputFile.value = ''),
(imageUrl = defaultUrl || fallbackUrl || ''),