From ad60c05e87129e2b41e86b175756a9fcae75554b Mon Sep 17 00:00:00 2001 From: iamsivin Date: Fri, 23 Aug 2024 13:11:21 +0530 Subject: [PATCH] feat: Update command bar component to composition API --- .../routes/dashboard/commands/commandbar.vue | 208 +++++++++--------- 1 file changed, 99 insertions(+), 109 deletions(-) diff --git a/app/javascript/dashboard/routes/dashboard/commands/commandbar.vue b/app/javascript/dashboard/routes/dashboard/commands/commandbar.vue index 01893bbf9..4ce46111b 100644 --- a/app/javascript/dashboard/routes/dashboard/commands/commandbar.vue +++ b/app/javascript/dashboard/routes/dashboard/commands/commandbar.vue @@ -1,118 +1,108 @@ -