vue-formular
Advanced tools
Comparing version 1.1.2 to 1.1.3
var isNumeric = require('../../helpers/is-numeric'); | ||
module.exports = function(that) { | ||
console.log(that.value); | ||
return !!(that.value && (isString(that.value) || | ||
@@ -6,0 +6,0 @@ that.fieldType=='checkbox' || |
{ | ||
"name": "vue-formular", | ||
"description": "a comprehensive vue.js form component", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "vue", |
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
62269
1738