From 96501e15f95fd1af54b76dbb20ebefc3309caa27 Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Mon, 8 May 2023 23:50:20 +0800 Subject: [PATCH] feat: Dashboard Coin Info --- src/components/charts/PriceMarketChart.vue | 22 +-- src/modules/[chain]/index.vue | 165 ++++++++++----------- 2 files changed, 92 insertions(+), 95 deletions(-) diff --git a/src/components/charts/PriceMarketChart.vue b/src/components/charts/PriceMarketChart.vue index 75953b1c..94a01ddc 100644 --- a/src/components/charts/PriceMarketChart.vue +++ b/src/components/charts/PriceMarketChart.vue @@ -27,27 +27,31 @@ const series = computed(() => { ]; }); -function changeChart(type: string){ - kind.value = type +function changeChart(type: string) { + kind.value = type; }