vue-autonumeric-directive
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "vue-autonumeric-directive", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Vue directive plugin to assure number to be number", | ||
@@ -5,0 +5,0 @@ "main": "dist/vue-autonumeric-directive.common.js", |
@@ -31,3 +31,5 @@ import { | ||
if (includes(el.classList, 'el-input')) { | ||
realElement.value = vnode.data.model.value | ||
if (vnode.data.model && vnode.data.model.value !== undefined) { | ||
realElement.value = vnode.data.model.value | ||
} | ||
} | ||
@@ -34,0 +36,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1278374
4324