From f9c18c55cb2846846b53b2e82243ae14b9d8bd16 Mon Sep 17 00:00:00 2001 From: SRP-mango Date: Sat, 29 Jul 2023 06:47:47 +0700 Subject: [PATCH] simple mock up for fav* need icon set to align --- src/App.vue | 2 - src/components/searchbar.vue | 2 +- src/plugins/vuetify.js | 9 +++- src/views/Favorite.vue | 80 ++++++++++++++++++++++++++++++++---- src/views/Home.vue | 13 +++--- 5 files changed, 88 insertions(+), 18 deletions(-) diff --git a/src/App.vue b/src/App.vue index 574d9f9..924f63a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,9 @@ \ No newline at end of file diff --git a/src/components/searchbar.vue b/src/components/searchbar.vue index 75d23c9..be6eecc 100644 --- a/src/components/searchbar.vue +++ b/src/components/searchbar.vue @@ -1,5 +1,5 @@ + + + + \ No newline at end of file diff --git a/src/views/Home.vue b/src/views/Home.vue index 4227052..0d28ad9 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -1,6 +1,7 @@