From 9ee89d89eff941d48aa1ae6e1f737fc86c136fa2 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 10 Oct 2025 09:40:13 +0800
Subject: [PATCH] feat: api
---
src/store/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/store/index.js b/src/store/index.js
index e416435..53d21a9 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -7,7 +7,7 @@
import useUserStore from "./modules/user"
// 安装pinia状态管理插件
-function setupStore(app) {
+function setupStore (app) {
const store = createPinia()
const piniaPersist = createPersistedState({
--
Gitblit v1.9.3