vue-tel-input 9.1.4 → 9.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img width="100" alt="vue-tel-input-logo" src="https://vue-tel-input
|
|
2
|
+
<img width="100" alt="vue-tel-input-logo" src="https://iamstevendao.com/vue-tel-input/hero.png"/>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
# vue-tel-input
|
|
@@ -79,7 +79,7 @@ app.use(VueTelInput, globalOptions); // Define default global options here (opti
|
|
|
79
79
|
app.mount('#app');
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
-
> View all available options in [Props](https://vue-tel-input
|
|
82
|
+
> View all available options in [Props](https://iamstevendao.com/vue-tel-input/usage/props.html).
|
|
83
83
|
|
|
84
84
|
Or use the component directly:
|
|
85
85
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-tel-input",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.0",
|
|
4
4
|
"description": "International Telephone Input with Vue",
|
|
5
5
|
"author": "Steven Dao <iamstevendao@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"docs:build": "vitepress build docs",
|
|
29
29
|
"docs:preview": "vitepress preview docs"
|
|
30
30
|
},
|
|
31
|
-
"
|
|
31
|
+
"peerDependencies": {
|
|
32
32
|
"libphonenumber-js": "^1.10.51",
|
|
33
|
-
"vue": "^3.4
|
|
33
|
+
"vue": "^3.5.4"
|
|
34
34
|
},
|
|
35
35
|
"files": [
|
|
36
36
|
"dist"
|