Skip to content

Commit

Permalink
chore: 去掉多余的方法
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Mar 6, 2024
1 parent 6284a6a commit 6b847f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/store/modules/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,3 @@ export const useUserStore = defineStore({
}
}
});

// Need to be used outside the setup
export function useUserStoreWidthOut() {
return useUserStore(store);
}

0 comments on commit 6b847f6

Please sign in to comment.