Added select input, v-click-outside for vselect
This commit is contained in:
@@ -21,6 +21,9 @@ import { vOnClickOutside } from '@vueuse/components'
|
||||
|
||||
export default {
|
||||
name: 'Dropdown',
|
||||
directives: {
|
||||
onClickOutside: vOnClickOutside
|
||||
},
|
||||
props: {
|
||||
dropdownClass: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user