diff --git a/src/store/modules/tagsView.ts b/src/store/modules/tagsView.ts index d07a439bf..214a90c61 100644 --- a/src/store/modules/tagsView.ts +++ b/src/store/modules/tagsView.ts @@ -159,5 +159,5 @@ export const useTagsViewStore = defineStore('tagsView', { }) export const useTagsViewStoreWithOut = () => { - return useTagsViewStore(store) + return useTagsViewStore() // 这里应该没有参数啊 }