v-phone-input / VPhoneInputCountryComposable
Interface: VPhoneInputCountryComposable<Country>
Defined in: dist/types.d.ts:90
Internal
usePhoneInputCountries composable.
Extended by
Type Parameters
Country
Country extends VPhoneInputCountryObject
Properties
countries
readonlycountries:ComputedRef<Country[]>
Defined in: dist/types.d.ts:94
List of available countries.
defaultCountry
readonlydefaultCountry:ComputedRef<Country|null>
Defined in: dist/types.d.ts:106
Default country to use.
fallbackCountry
readonlyfallbackCountry:ComputedRef<Country>
Defined in: dist/types.d.ts:110
Fallback country to use.
findCountry
readonlyfindCountry:ComputedRef<(value) =>Country|null>
Defined in: dist/types.d.ts:114
Find a country object using a country object or two-letter code.
preferredCountries
readonlypreferredCountries:ComputedRef<Country[]>
Defined in: dist/types.d.ts:98
List of available preferred countries.
unpreferredCountries
readonlyunpreferredCountries:ComputedRef<Country[]>
Defined in: dist/types.d.ts:102
List of available unpreferred countries.