From d9f78b9d5c5ce2cd548de6f1a8d2e555c384a8bf Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Mon, 14 Sep 2020 15:09:44 +0530 Subject: [PATCH] Fixed #1161 --- components/layout/history.vue | 97 +++++++++++++++++------------------ 1 file changed, 48 insertions(+), 49 deletions(-) diff --git a/components/layout/history.vue b/components/layout/history.vue index 1eecb7b9b..88e12df7a 100644 --- a/components/layout/history.vue +++ b/components/layout/history.vue @@ -2,13 +2,22 @@
-
    + -
  • +
  • +
  • - -
    -
    -
  • + +
  • +
  • -
  • +
  • @@ -349,7 +348,7 @@ export default { value = typeof value !== "string" ? value.toString() : value return value.toLowerCase().includes(filterText) }) - }) + }).reverse() }, }, methods: {