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 @@