vue-complexify
v0.0.1
Published
Vuejs porting library from jquery.complexify.js
Downloads
16
Maintainers
Readme
vue-complexify
Vuejs porting library from jquery.complexify.js
Dependency
For now, still using library :
Demo
https://mazipan.github.io/vue-complexify/
How to use
Import plugins
import VueComplexify from 'vue-complexify'
Vue.use(VueComplexify, {})
Using in component
this.$evalPasswordComplexity(passwordText, this.callback)
Callback parameter
function callback(err, valid, complexity) {
console.log(err, valid, complexity)
}
Credit
Hope will usefull for you all.