From ca9a92cfc2f2bd8c724020ee5e46094633eb80a5 Mon Sep 17 00:00:00 2001
From: 黄何裕 <1053952480@qq.com>
Date: 星期五, 12 七月 2024 17:39:45 +0800
Subject: [PATCH] 处理冲突

---
 src/store/index.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/store/index.js b/src/store/index.js
index eef45de..a82e0ac 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -1,5 +1,9 @@
 import { createPinia } from 'pinia';
+import piniaPluginPersistedstate from 'pinia-plugin-persistedstate';
 const pinia = createPinia();
+pinia.use(piniaPluginPersistedstate);
 export default pinia;
 
-export * from './modules/user';
+export * from './modules/user.js';
+export * from './modules/exam.js';
+export * from './modules/grade.js';

--
Gitblit v1.8.0