victorybiz / vue-simple-acl

A simple unopinionated Vue plugin for managing user roles and permissions, access-control list (ACL) and role-based access control (RBAC).
https://github.com/victorybiz/vue-simple-acl
131 stars 24 forks source link

Page Reload Issue #8

Closed paramov closed 2 years ago

paramov commented 2 years ago

Hi,

const user = computed(() => store.state.auth.user);

My data is lost when I refresh the page. But in vuex stores. Can you help me?

Thanks for sharing and developing this project. it really worked for me.

jrhugo-appetiser commented 1 year ago

any fix on this issue? thanks!