Fixed languages and added CTRL+F to focus search

This commit is contained in:
RemixDev
2020-09-23 15:44:43 +02:00
parent 23c61e0729
commit 3fd924eebc
7 changed files with 27 additions and 15 deletions

View File

@@ -12,6 +12,7 @@ import vn from 'svg-country-flags/svg/vn.svg'
import hr from 'svg-country-flags/svg/hr.svg'
import ar from '@/assets/ar.svg'
import ko from 'svg-country-flags/svg/kr.svg'
import ph from 'svg-country-flags/svg/ph.svg'
export default {
it,
@@ -27,5 +28,6 @@ export default {
vn,
hr,
ar,
ko
ko,
ph
}