close sesion question added
This commit is contained in:
@@ -25,6 +25,7 @@ export const useCompanyStore = defineStore('company', () => {
|
||||
|
||||
const getCompanyData = async() => {
|
||||
const companyId = localStorage.getItem('id');
|
||||
console.log({companyId});
|
||||
loading.value = true;
|
||||
if(!company.value) {
|
||||
loading.value = true;
|
||||
|
||||
Reference in New Issue
Block a user