Update combobox.md
The default value of `const value = ref({})` should contain a falsy value in order to show the "Select framework...".
This commit is contained in:
parent
d34c620055
commit
6528c0d243
|
|
@ -50,7 +50,7 @@ const frameworks = [
|
||||||
]
|
]
|
||||||
|
|
||||||
const open = ref(false)
|
const open = ref(false)
|
||||||
const value = ref({})
|
const value = ref(null)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user