From 9361066244637ad9253b15fa53f21afecc89fe55 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 20 Nov 2020 13:15:02 -0600 Subject: [PATCH] Simplify search item structure to reduce dom count --- components/search.vue | 38 +++++++++++++++----------------------- 1 file changed, 15 insertions(+), 23 deletions(-) diff --git a/components/search.vue b/components/search.vue index 65c9098..a729f27 100644 --- a/components/search.vue +++ b/components/search.vue @@ -57,32 +57,24 @@ > -
-
-
- {{ app.name.charAt(0) }} -
-
-
-
{{ app.name }}
-
- {{ app.text }} -
-
-
-
-
- - - +
+ {{ app.name.charAt(0) }} +
+
+
{{ app.name }}
+
+ {{ app.text }}
+ + +