Added select input, v-click-outside for vselect

This commit is contained in:
Julien Nahum
2023-11-17 12:18:40 +01:00
parent 5bc4b866c4
commit 81a6d33681
4 changed files with 743 additions and 716 deletions

View File

@@ -21,6 +21,9 @@ import { vOnClickOutside } from '@vueuse/components'
export default {
name: 'Dropdown',
directives: {
onClickOutside: vOnClickOutside
},
props: {
dropdownClass: {
type: String,