vue-persian-digit
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "vue-persian-digit", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"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) { | ||
} | ||
value = result | ||
this.value = result | ||
return result | ||
} |
import Vue from 'vue' | ||
import App from './App.vue' | ||
// import App from './App.vue' | ||
import persianDigit from './filter/persianDigit' | ||
@@ -4,0 +4,0 @@ |
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
2973