iamstevendao / vue-tel-input

International Telephone Input with Vue
https://iamstevendao.com/vue-tel-input/
MIT License
818 stars 342 forks source link

@on-input -> @update:model-value #455

Open ajmas opened 7 months ago

ajmas commented 7 months ago

I wondering whether it would be better to use @update:model-value with a second value, as opposed to @on-input, since the latter feels like a non-standard naming convention?