From 5ff88be9275ba426a4f1d713a382237058163a98 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Thu, 31 Oct 2024 01:17:05 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20store=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=91=BD=E5=90=8D=E8=A7=84=E8=8C=83=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.ts b/src/store/index.ts index 4ba5089f..6c0115a5 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -11,7 +11,7 @@ export function setupStore(app: App) { export * from "./modules/app"; export * from "./modules/permission"; export * from "./modules/settings"; -export * from "./modules/tagsView"; +export * from "./modules/tags-view"; export * from "./modules/user"; export * from "./modules/dict"; export { store };