We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242aff3 commit 59cb238Copy full SHA for 59cb238
src/composables/useDropdown.js
@@ -1,8 +1,8 @@
1
-import { ref, toRefs, computed } from 'composition-api'
+import { ref, toRefs } from 'composition-api'
2
3
export default function useDropdown (props, context, dep)
4
{
5
- const { maxHeight, disabled } = toRefs(props)
+ const { disabled } = toRefs(props)
6
7
// ================ DATA ================
8
0 commit comments