Add Select component with Headless UI and update dependencies
Introduced a customizable Select
component using Headless UI with Vue 3. Added related files, including SelectItem.vue
and a basic implementation in Index.vue
. Updated several dependencies, including @headlessui/vue
and typescript
, along with related rollup versions in package-lock.json
.