Skip to content

Commit

Permalink
return functions from store
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigran-Harutyunyan committed Feb 15, 2024
1 parent fc5eaaf commit 522de51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stores/useActiveListStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export const useActiveListStore = defineStore("main", () => {


return {
members
members,
add,
remove,
set
};
});

0 comments on commit 522de51

Please sign in to comment.