From dbfa0883ef0a57b0e1ebf90acaea075cdc379266 Mon Sep 17 00:00:00 2001 From: Anatoly Kopyl Date: Wed, 5 Aug 2020 05:05:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BF=D0=BE=D0=BB=D0=BD=D1=8B=D0=B9=20=D1=81=D0=BF?= =?UTF-8?q?=D0=B8=D1=81=D0=BE=D0=BA=20=D0=B1=D1=83=D0=BB=D0=BE=D1=87=D0=BD?= =?UTF-8?q?=D1=8B=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 1 + src/assets/search.svg | 2 +- src/components/AddressList.vue | 353 +++++++++++++++++++++++++++++++-- src/views/Goods.vue | 20 +- src/views/Home.vue | 34 +++- 5 files changed, 387 insertions(+), 23 deletions(-) diff --git a/public/index.html b/public/index.html index ef6bb03..8b9b75b 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,7 @@ + diff --git a/src/assets/search.svg b/src/assets/search.svg index 575c461..303385b 100644 --- a/src/assets/search.svg +++ b/src/assets/search.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/components/AddressList.vue b/src/components/AddressList.vue index 3b0471b..a488c8c 100644 --- a/src/components/AddressList.vue +++ b/src/components/AddressList.vue @@ -1,11 +1,12 @@