From 77ad7d20a24adfbe58888c0be7bbfb31b9e951ab Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 13 Apr 2022 21:28:04 +0200 Subject: [PATCH] Update components to use pinia store --- src/App.vue | 27 +++++++++---------- .../charts/CandleChartContainer.vue | 13 ++++++--- src/components/layout/NavBar.vue | 10 +++++-- 3 files changed, 29 insertions(+), 21 deletions(-) diff --git a/src/App.vue b/src/App.vue index bd2f9241..a83568e7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,27 +7,24 @@