v1.1.0
- Fixed reactivity bug in
acl.user
ofuseAcl()
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) => {}