leonardovilarinho / vue-acl

Access Control List plugin for VueJS 2.0
375 stars 76 forks source link

Access $acl from vuex #86

Closed roylans closed 4 years ago

roylans commented 4 years ago

Hi

I need to access to $acl from action un vuex but $acl is not available...

how can I access $acl from the store.

Thanks

leonardovilarinho commented 4 years ago

Hello, the $acl property is owned by Vue, so it is not possible to access it directly on Vuex.

You can call a watch whenever your Vuex property changes you perform a $acl.change.