Closed roylans closed 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
Hello, the $acl property is owned by Vue, so it is not possible to access it directly on Vuex.
$acl
You can call a watch whenever your Vuex property changes you perform a $acl.change.
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