From 192d8d0139252248e30f03d7e95652716b7378cb Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Mar 2022 08:05:19 +0530 Subject: [PATCH] Add a search modal for phones --- src/App.vue | 46 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 43 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 36c4609..384380a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -68,13 +68,49 @@ outlined class="mx-2" /> - Piped Material + + + + + + + {{ mdiClose }} + + Search + + + + + + @@ -97,7 +133,7 @@