From 20446056be1464d9f6fc9228c9b975f704e974bb Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 10 Oct 2023 06:48:21 +0200 Subject: [PATCH] Use CamelCase for interla components --- src/components/charts/CandleChartContainer.vue | 2 +- src/components/charts/PlotConfigSelect.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/charts/CandleChartContainer.vue b/src/components/charts/CandleChartContainer.vue index 50454d2f..53aa6474 100644 --- a/src/components/charts/CandleChartContainer.vue +++ b/src/components/charts/CandleChartContainer.vue @@ -45,7 +45,7 @@ >
- +
diff --git a/src/components/charts/PlotConfigSelect.vue b/src/components/charts/PlotConfigSelect.vue index 5b000954..b22a55f5 100644 --- a/src/components/charts/PlotConfigSelect.vue +++ b/src/components/charts/PlotConfigSelect.vue @@ -1,5 +1,5 @@