vue-persian-digit
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "vue-persian-digit", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "> this filter convert number in the text to persian number", | ||
@@ -5,0 +5,0 @@ "main": "./src/main.js", |
@@ -19,4 +19,4 @@ export default function persianDigit (value) { | ||
} | ||
this.value = result | ||
value = result | ||
return result | ||
} |
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
2886