0.1.5 • Published 4 years ago

vemix v0.1.5

Weekly downloads
12
License
MIT
Repository
-
Last release
4 years ago

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