From 457f9c817adef8b003ee6379f493798bae5cbb69 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Mon, 19 May 2025 09:31:19 +0800
Subject: [PATCH] 修改
---
src/store/index.js | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/store/index.js b/src/store/index.js
index 332b916..0687b45 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -4,10 +4,8 @@
Vue.use(Vuex)
export default new Vuex.Store({
- state: {
- },
- mutations: {
- },
+ state: {},
+ mutations: {},
actions: {
},
modules: {
--
Gitblit v1.9.2