Skip to content

Commit

Permalink
fix(build): trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
yogataiger committed Jul 10, 2020
1 parent 66f4e74 commit aece3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Example.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<v-row justify="center">
<v-col cols="6">
<vue-tel-input-vuetify
:preferred-countries="['id', 'gb', 'ua']"
:preferred-countries="['id', 'gb', 'ua', 'us']"
:valid-characters-only="true"
@input="onInput"
/>
Expand Down

0 comments on commit aece3ce

Please sign in to comment.