mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
show no available tags when all tags are hidden
This commit is contained in:
@@ -75,6 +75,9 @@ export const useTransactionTagsStore = defineStore('transactionTags', {
|
||||
},
|
||||
allAvailableTagsCount(state) {
|
||||
return state.allTransactionTags.length;
|
||||
},
|
||||
allVisibleTagsCount(state) {
|
||||
return state.allVisibleTags.length;
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
|
||||
Reference in New Issue
Block a user