vemix

0.1.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i vemix

Weekly Downloads

2

Version

0.1.5

License

MIT

Unpacked Size

2.67 MB

Total Files

66

Last publish

Collaborators

  • plightfield