From 9313153620bdbd39c9653c8798d5e79edad472fc Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Sat, 5 Apr 2025 19:52:11 +0300 Subject: [PATCH 1/2] fix: class binding for reactive 'kind' variable --- src/components/charts/PriceMarketChart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/charts/PriceMarketChart.vue b/src/components/charts/PriceMarketChart.vue index 8b6ffc00..8fd8edea 100644 --- a/src/components/charts/PriceMarketChart.vue +++ b/src/components/charts/PriceMarketChart.vue @@ -36,7 +36,7 @@ function changeChart(type: string) {
Price From e348a8872c2f65449a6f1cfa9baed9747d3d9f30 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Fri, 11 Apr 2025 08:17:30 +0800 Subject: [PATCH 2/2] fix issue --- src/components/charts/PriceMarketChart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/charts/PriceMarketChart.vue b/src/components/charts/PriceMarketChart.vue index 8fd8edea..8b6ffc00 100644 --- a/src/components/charts/PriceMarketChart.vue +++ b/src/components/charts/PriceMarketChart.vue @@ -36,7 +36,7 @@ function changeChart(type: string) {
Price