vue-persian-digit
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "vue-persian-digit", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "> this filter convert number in the text to persian number", | ||
@@ -5,0 +5,0 @@ "main": "./src/main.js", |
import Vue from 'vue' | ||
// import App from './App.vue' | ||
import persianDigit from './filter/persianDigit' | ||
@@ -15,5 +14,1 @@ | ||
export default VPlugin | ||
new Vue({ | ||
render: h => h(App) | ||
}).$mount('#app') |
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
2891
29