diff --git a/packages/playground-vue/src/components/combobox/combobox-virtual-with-empty-states.vue b/packages/playground-vue/src/components/combobox/combobox-virtual-with-empty-states.vue index e11cc8e..bc032da 100644 --- a/packages/playground-vue/src/components/combobox/combobox-virtual-with-empty-states.vue +++ b/packages/playground-vue/src/components/combobox/combobox-virtual-with-empty-states.vue @@ -40,7 +40,7 @@ let list = ref([ let emptyOption = { name: 'No results', disabled: true, empty: true } let query = ref('') -let selectedPerson = ref