From c17311ba1351cd5e64654c3fc7b2fe765b1e7382 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 09 Oct 2025 11:53:12 +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