Skip to content

jillztom/vue-phone-field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-phone-field

Installation

npm install vue-phone-field

Import to your project

import VuePhoneField from 'vue-phone-field'

...
data: {
  return {
    phone: {}
  }
}
components: {
  VuePhoneField
}
...

Use:

<vue-phone-field v-model="phone"></vue-phone-field>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published