From f75b2e26a32e87586acbdb68ca6f59f4f7ae6720 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 29 Aug 2021 12:00:19 +0530 Subject: [PATCH] chore: cleanup, typescript --- components/app/Lunr.vue | 43 +++-------------------- components/app/Search.vue | 63 +++++----------------------------- components/app/SearchEntry.vue | 47 +++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 93 deletions(-) create mode 100644 components/app/SearchEntry.vue diff --git a/components/app/Lunr.vue b/components/app/Lunr.vue index e827e8f25..19e8ec7a3 100644 --- a/components/app/Lunr.vue +++ b/components/app/Lunr.vue @@ -1,35 +1,11 @@ - - - diff --git a/components/app/SearchEntry.vue b/components/app/SearchEntry.vue new file mode 100644 index 000000000..12275c0c6 --- /dev/null +++ b/components/app/SearchEntry.vue @@ -0,0 +1,47 @@ + + + + +