From 1eaca5c32d9211dfa0e10392fed6224d6fe33f75 Mon Sep 17 00:00:00 2001 From: nil201 <4020806+nil201@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:16:58 +0800 Subject: [PATCH] Update tagsView.ts --- src/store/modules/tagsView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() // 这里应该没有参数啊 }