UNPKG

v-strength

Version:

Vue component which verify password complexity

9 lines (7 loc) 163 B
import strength from './strength.vue'; let object = { install: (Vue)=>{ Vue.component('v-strength', strength); } }; export default object