awesome-mask
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -21,7 +21,7 @@ 'use strict'; | ||
bind: function bind(el, binding) { | ||
mask = binding.expression; | ||
mask = binding.value; | ||
el.addEventListener('input', inputHandler); | ||
}, | ||
update: function update(el, binding) { | ||
mask = binding.expression; | ||
mask = binding.value; | ||
}, | ||
@@ -28,0 +28,0 @@ unbind: function unbind(el) { |
{ | ||
"name": "awesome-mask", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "An awesome mask directive for Vue.js using vanilla-masker from `https://github.com/BankFacil/vanilla-masker`", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2571