From 80529b85fe37f196a106c4883d5d7a71f85da10a Mon Sep 17 00:00:00 2001 From: Cindy Chang Date: Wed, 19 Jun 2024 10:12:16 +0800 Subject: [PATCH] WIP: acct mgmt search bar --- src/components/AccountMenu/AcctMenu.vue | 28 ++++++++++--- src/components/AccountMenu/SearchBar.vue | 16 ++++++++ src/components/Navbar.vue | 3 +- src/router/index.js | 12 ++++++ .../AccountManagement/AccountAdmin/index.vue | 41 +++++++++++++++++++ src/views/MainContainer.vue | 1 - 6 files changed, 93 insertions(+), 8 deletions(-) create mode 100644 src/components/AccountMenu/SearchBar.vue create mode 100644 src/views/AccountManagement/AccountAdmin/index.vue diff --git a/src/components/AccountMenu/AcctMenu.vue b/src/components/AccountMenu/AcctMenu.vue index 2646619..c577766 100644 --- a/src/components/AccountMenu/AcctMenu.vue +++ b/src/components/AccountMenu/AcctMenu.vue @@ -1,19 +1,26 @@