vemix
v0.1.5
Published
some usefull vue mixins
Downloads
2
Readme
vemix
!always use namespaced in vuex module
vBind
mixins: [
...vBind(
"rules/state/required,short",
"account/state/loginForm,user",
"account/mutations/changeLoginForm",
"account/actions/login"
)
]
store module name / vuex attribute / element,element ...
vCheck
mixins: [
vCheck("form->loginNow->login"),
]
form ref name -> button triggered function -> handle function