vue-tel-input 5.10.1 → 5.11.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 +1 -1
- package/dist/vue-tel-input.common.js +201 -188
- package/dist/vue-tel-input.common.js.map +1 -1
- package/dist/vue-tel-input.umd.js +201 -188
- package/dist/vue-tel-input.umd.js.map +1 -1
- package/dist/vue-tel-input.umd.min.js +1 -1
- package/dist/vue-tel-input.umd.min.js.map +1 -1
- package/dist-modern/css/component.css +1 -1
- package/dist-modern/css/sprite.css +1 -1
- package/dist-modern/vue-tel-input.common.js +24 -132
- package/dist-modern/vue-tel-input.common.js.map +1 -1
- package/dist-modern/vue-tel-input.css +1 -1
- package/dist-modern/vue-tel-input.umd.js +24 -132
- package/dist-modern/vue-tel-input.umd.js.map +1 -1
- package/dist-modern/vue-tel-input.umd.min.js +1 -1
- package/dist-modern/vue-tel-input.umd.min.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -176,7 +176,7 @@ Since the library is about 200kb of JavaScript and 100kb of CSS in order to impr
|
|
|
176
176
|
</script>
|
|
177
177
|
```
|
|
178
178
|
|
|
179
|
-
As you see, we
|
|
179
|
+
As you see, we don't use Vue SFC `<style></style>` tag here to import component's css as it would result in CSS going to the main/vendors bundle instead of being downloaded on demand.
|
|
180
180
|
|
|
181
181
|
## Development
|
|
182
182
|
|