From 9737389abc32ebf14621f083f2dfbe7c35d38bd8 Mon Sep 17 00:00:00 2001 From: Hasin Hayder Date: Thu, 11 Feb 2021 20:03:50 +0600 Subject: [PATCH] Code Cleanup --- src/components/IconPicker.vue | 87 ++++++++++++++++++----------------- 1 file changed, 45 insertions(+), 42 deletions(-) diff --git a/src/components/IconPicker.vue b/src/components/IconPicker.vue index 34494dc..be580e0 100644 --- a/src/components/IconPicker.vue +++ b/src/components/IconPicker.vue @@ -33,8 +33,8 @@ data-library-id="all" v-for="tab in tabs" :key="tab.id" - @click="setActiveTab(tab)" :class="{ 'aesthetic-active': isActiveTab(tab.id) }" + @click="setActiveTab(tab)" > {{ tab.title }} @@ -46,10 +46,8 @@ class="aim-modal--icon-preview-wrap" >
@@ -79,51 +77,54 @@