Skip to content

Commit 59cb238

Browse files
committed
useDropdown cleanup
1 parent 242aff3 commit 59cb238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/composables/useDropdown.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { ref, toRefs, computed } from 'composition-api'
1+
import { ref, toRefs } from 'composition-api'
22

33
export default function useDropdown (props, context, dep)
44
{
5-
const { maxHeight, disabled } = toRefs(props)
5+
const { disabled } = toRefs(props)
66

77
// ================ DATA ================
88

0 commit comments

Comments
 (0)