@danil.vereschak/vue2-phone-input
v1.0.8
Published
Phone input with country list, country codes ..
Downloads
4
Maintainers
Readme
vue2-phone-input
Phone input with country list, country codes ..
Installation
npm
npm install --save vue2-phone-input
npm install --save less-loader less
Usage
<script>
import vue from 'vue';
import PhoneInput from 'vue2-phone-input';
vue.component('phone-input', PhoneInput);
export default {
name: 'hello',
data() {
return {
phone: {
code: '',
number: ''
}
}
},
};
</script>
<template>
<div class="hello">
<phone-input :phone="phone"/>
</div>
</template>
CREDITS
Thanks to @sulieman-sh