From 9a9d832dbd364557e070abcd9a7779a2c6c07ffb Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Tue, 20 Jan 2026 17:35:13 +0800
Subject: [PATCH] 1
---
src/store/store.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/store/store.js b/src/store/store.js
index 0e73552..4624a05 100644
--- a/src/store/store.js
+++ b/src/store/store.js
@@ -6,6 +6,7 @@
import c2cBuy from "@/store/modules/c2cBuy";
import c2cSell from "@/store/modules/c2cSell";
import c2c from "@/store/modules/c2c";
+import vant from "@/store/modules/vant";
// import exchangeRate from './modules/exchangeRate'
import createPersistedState from "vuex-persistedstate";
@@ -27,6 +28,7 @@
c2cBuy,
c2cSell,
c2c,
+ vant,
// exchangeRate
},
};
--
Gitblit v1.9.3