docs: fix combobox.md ref usage (#420)

This commit is contained in:
Dev By Ray 2024-03-21 16:46:22 +01:00 committed by GitHub
parent d34c620055
commit 8982ec3862
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 7 deletions

View File

@ -50,7 +50,7 @@ const frameworks = [
]
const open = ref(false)
const value = ref({})
const value = ref('')
</script>
<template>

View File

@ -27,9 +27,7 @@ const frameworks = [
]
const open = ref(false)
const value = ref<string>('')
// const filterFunction = (list: typeof frameworks, search: string) => list.filter(i => i.value.toLowerCase().includes(search.toLowerCase()))
const value = ref('')
</script>
<template>

View File

@ -27,9 +27,7 @@ const frameworks = [
]
const open = ref(false)
const value = ref<string>('')
// const filterFunction = (list: typeof frameworks, search: string) => list.filter(i => i.value.toLowerCase().includes(search.toLowerCase()))
const value = ref('')
</script>
<template>