From ee4880a83b92ac2f3223a254a0bc181f8a5c8253 Mon Sep 17 00:00:00 2001 From: Julian Freeman Date: Tue, 2 Dec 2025 09:57:33 -0400 Subject: [PATCH] change select ui --- src/components/ui/AppSelect.vue | 108 ++++++++++++++++++++++++++++++++ src/views/Home.vue | 26 ++++---- 2 files changed, 122 insertions(+), 12 deletions(-) create mode 100644 src/components/ui/AppSelect.vue diff --git a/src/components/ui/AppSelect.vue b/src/components/ui/AppSelect.vue new file mode 100644 index 0000000..1673b3d --- /dev/null +++ b/src/components/ui/AppSelect.vue @@ -0,0 +1,108 @@ +// filepath: src/components/ui/AppSelect.vue + + + \ No newline at end of file diff --git a/src/views/Home.vue b/src/views/Home.vue index a80da85..82c8287 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -2,15 +2,23 @@