Skip to content

Commit

Permalink
Update tagsView.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nil201 authored Dec 6, 2024
1 parent 9af5c99 commit 1eaca5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/tagsView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,5 @@ export const useTagsViewStore = defineStore('tagsView', {
})

export const useTagsViewStoreWithOut = () => {
return useTagsViewStore(store)
return useTagsViewStore() // 这里应该没有参数啊
}

0 comments on commit 1eaca5c

Please sign in to comment.