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 + + + + + + + {{ selectedLabel }} + + + + + + + + + {{ option.label }} + + + + + + + \ 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 @@