v-phone-input / createVPhoneInput
Function: createVPhoneInput()
createVPhoneInput<
Country,CountryInputComponent>(options?):Plugin<[] | [VPhoneInputPluginOptions<Country,CountryInputComponent>]>
Defined in: dist/createVPhoneInput.d.ts:8
Provide given options to app and register VPhoneInput component.
Type Parameters
Country
Country extends VPhoneInputCountryObject = VPhoneInputCountryObject
CountryInputComponent
CountryInputComponent extends VPhoneCountryInputComponent = VPhoneCountryInputComponent
Parameters
options?
VPhoneInputPluginOptions<Country, CountryInputComponent>
Returns
Plugin<[] | [VPhoneInputPluginOptions<Country, CountryInputComponent>]>