From f2ef26bea6a230a75ecc4dd56a5ccaacf9117b03 Mon Sep 17 00:00:00 2001 From: zzzz <690498789@qq.com> Date: Thu, 18 Apr 2024 14:25:24 +0800 Subject: [PATCH] fanyi --- src/main.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 002a374..3ab0041 100644 --- a/src/main.js +++ b/src/main.js @@ -41,6 +41,8 @@ import echarts from "echarts"; Vue.prototype.$echarts = echarts; +Vue.prototype.$USD = allocation.$USD; +Vue.prototype.$USDT = allocation.$USDT; Vue.prototype.$moment = moment; // import VueTouch from 'vue-touch' Vue.use(Swipe); -- Gitblit v1.9.3