Skip to content

v1.1.0

Compare
Choose a tag to compare
@victorybiz victorybiz released this 23 Mar 02:53
· 11 commits to master since this release
  • Fixed reactivity bug in acl.user of useAcl() of the Vue Simple ACL composition API.
  • Added $acl.user | this.$acl.user sematic alias.
  • Added ability to pass user as the fourth argument to the vue-router meta async function. (to, from, can, user) => {}