From 2e699eb0d6aca08d3f87030ea822c1fc79d3d477 Mon Sep 17 00:00:00 2001 From: Nikita Kiselev Date: Wed, 22 Oct 2025 07:51:59 +0300 Subject: [PATCH] feat(spa): add dock --- spa/src/App.vue | 54 +++++++++++++++++++++++++++++-- spa/src/components/CartButton.vue | 2 +- spa/src/style.css | 5 +++ spa/src/views/Cart.vue | 7 ++-- spa/src/views/Home.vue | 10 +++--- spa/src/views/Search.vue | 2 +- 6 files changed, 67 insertions(+), 13 deletions(-) diff --git a/spa/src/App.vue b/spa/src/App.vue index 4ff5a24..d63217b 100644 --- a/spa/src/App.vue +++ b/spa/src/App.vue @@ -9,19 +9,52 @@ + + +
+ + + Главная + + + + + + + Поиск + + + +
+ {{ cart.productsCount }} + + + +
+ Корзина +
+