diff --git a/frontend/src/components/Navbar.vue b/frontend/src/components/Navbar.vue index c68751f..449b763 100644 --- a/frontend/src/components/Navbar.vue +++ b/frontend/src/components/Navbar.vue @@ -10,6 +10,27 @@ + + + + + + + + + + + Корзина + + Корзина пуста + Попробуйте перейти на страницу образца + + и Добавить в корзину + + + + + @@ -24,6 +45,11 @@ @@ -32,4 +58,16 @@ export default { .navbar { position: relative; } + +.cart-inner { + display: flex; + flex-direction: column; + justify-content: center; + min-width: 30rem; + min-height: 40rem; +} + +.cart-empty { + margin: 1rem auto; +} \ No newline at end of file diff --git a/frontend/src/main.js b/frontend/src/main.js index 7654a03..7a403a9 100644 --- a/frontend/src/main.js +++ b/frontend/src/main.js @@ -31,6 +31,8 @@ import { VaModal, VaPopover, VaScrollContainer, + VaDropdown, + VaDropdownContent, } from 'vuestic-ui' import 'vuestic-ui/dist/styles/essential.css' import 'vuestic-ui/dist/styles/grid.css' @@ -76,6 +78,8 @@ app.use(createVuesticEssential({ VaModal, VaPopover, VaScrollContainer, + VaDropdown, + VaDropdownContent, } }));
Корзина пуста
Попробуйте перейти на страницу образца
+ и Добавить в корзину +