From 7f6954c596e4395860486a7bdf20892f663ac2a2 Mon Sep 17 00:00:00 2001 From: Kylart Date: Wed, 12 Jul 2017 08:45:04 +0200 Subject: [PATCH] Fixed history clearEntry Removed deprecated compo from watchLists --- components/historyModal.vue | 11 ++----- main.js | 2 +- pages/index.vue | 2 +- pages/localPage.vue | 3 +- pages/watchList.vue | 65 ++++++++++++++++--------------------- 5 files changed, 34 insertions(+), 49 deletions(-) diff --git a/components/historyModal.vue b/components/historyModal.vue index 7740af1..e0ae02c 100644 --- a/components/historyModal.vue +++ b/components/historyModal.vue @@ -6,7 +6,7 @@ slot="activator">History - History + History @@ -40,7 +40,7 @@ :class="isDelete(info.type)"> + @click.stop="clearEntry(info, item)"> clear @@ -56,6 +56,7 @@ Close @@ -101,12 +102,6 @@