fix: remove console.log statements in Select.vue
This commit is contained in:
parent
b8931eca0a
commit
55da1410e2
@ -29,8 +29,6 @@ const selected = ref(data.value[0].id)
|
||||
watch(
|
||||
() => props.selected,
|
||||
(value: any) => {
|
||||
console.log('value', value)
|
||||
console.log('aaaaaaaaaaaaaaaa')
|
||||
selected.value = value.id
|
||||
}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user