Skip to content

Commit 7a3212c

Browse files
committed
Merge branch 'main' of https://github.com/vueform/multiselect into main
2 parents 4a4f597 + d953402 commit 7a3212c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/composables/useSearch.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ref, getCurrentInstance, watch, toRefs } from 'vue'
22

33
export default function useSearch (props, context, dep)
4-
{7
4+
{
55
const { regex } = toRefs(props)
66

77
const $this = getCurrentInstance().proxy
@@ -78,4 +78,4 @@ export default function useSearch (props, context, dep)
7878
handleKeypress,
7979
handlePaste,
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)