Skip to content

v-phone-input / VPhoneInputCountryObject

Interface: VPhoneInputCountryObject

Defined in: dist/types.d.ts:21

Country object.

Properties

dialCode

readonly dialCode: string

Defined in: dist/types.d.ts:37

Dial code (without the + symbol prefix).

See

https://en.wikipedia.org/wiki/List_of_telephone_country_codes


iso2

readonly iso2: string

Defined in: dist/types.d.ts:31

Two-letter code.

See

https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2


name

readonly name: string

Defined in: dist/types.d.ts:25

Human-readable name.