diff --git a/frontend/spa/src/App.vue b/frontend/spa/src/App.vue index ef47334..c8a9746 100644 --- a/frontend/spa/src/App.vue +++ b/frontend/spa/src/App.vue @@ -3,7 +3,7 @@
-
+
diff --git a/frontend/spa/src/components/MainPage/Blocks/BaseBlock.vue b/frontend/spa/src/components/MainPage/Blocks/BaseBlock.vue new file mode 100644 index 0000000..be49f88 --- /dev/null +++ b/frontend/spa/src/components/MainPage/Blocks/BaseBlock.vue @@ -0,0 +1,35 @@ + + + diff --git a/frontend/spa/src/components/MainPage/Blocks/ProductsCarouselBlock.vue b/frontend/spa/src/components/MainPage/Blocks/ProductsCarouselBlock.vue index e9f4db7..6005c5e 100644 --- a/frontend/spa/src/components/MainPage/Blocks/ProductsCarouselBlock.vue +++ b/frontend/spa/src/components/MainPage/Blocks/ProductsCarouselBlock.vue @@ -1,51 +1,32 @@ + + diff --git a/frontend/spa/src/components/ProductItem/PriceTitle.vue b/frontend/spa/src/components/ProductItem/PriceTitle.vue new file mode 100644 index 0000000..c78807a --- /dev/null +++ b/frontend/spa/src/components/ProductItem/PriceTitle.vue @@ -0,0 +1,15 @@ + + + diff --git a/frontend/spa/src/components/ProductItem/ProductTitle.vue b/frontend/spa/src/components/ProductItem/ProductTitle.vue index 49f305b..cfe1177 100644 --- a/frontend/spa/src/components/ProductItem/ProductTitle.vue +++ b/frontend/spa/src/components/ProductItem/ProductTitle.vue @@ -1,5 +1,5 @@ diff --git a/frontend/spa/src/views/Cart.vue b/frontend/spa/src/views/Cart.vue index 206518f..8935472 100644 --- a/frontend/spa/src/views/Cart.vue +++ b/frontend/spa/src/views/Cart.vue @@ -1,10 +1,5 @@