I found the '' asterisk rule doesn't work. It will raise '[vue-acl] you have invalid rules' in checker.js, however `['']works. Please check theasterisk-invalidandasterisk-valid` in the example.
I also made changes to allow $acl.change() to accept AclRule('key').generate() and AclRule('key') directly. Please see the code in example/src/App.vue as well.
Hi @leonardovilarinho
I found the '' asterisk rule doesn't work. It will raise
'[vue-acl] you have invalid rules'
inchecker.js
, however `['']works. Please check the
asterisk-invalidand
asterisk-valid` in the example.I also made changes to allow
$acl.change()
to acceptAclRule('key').generate()
andAclRule('key')
directly. Please see the code inexample/src/App.vue
as well.