add iso codes to phone data
This commit is contained in:
committed by
Pete Matsyburka
parent
4737b103c0
commit
e3bed5ae67
@@ -180,8 +180,8 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
countries () {
|
||||
return phoneData.map(([name, dial, flag, tz]) => {
|
||||
return { name, dial, flag, tz }
|
||||
return phoneData.map(([iso, name, dial, flag, tz]) => {
|
||||
return { iso, name, dial, flag, tz }
|
||||
})
|
||||
},
|
||||
countriesDialIndex () {
|
||||
|
||||
Reference in New Issue
Block a user