add korea flag

This commit is contained in:
wolfwork 2020-09-07 18:39:49 +02:00
parent 6224055bd1
commit e9cddf2c6f
1 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ import tr from 'svg-country-flags/svg/tr.svg'
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'
export default {
it,
@ -25,5 +26,6 @@ export default {
tr,
vn,
hr,
ar
ar,
ko
}