feat(sep): add form traffic accident
This commit is contained in:
@@ -31,10 +31,6 @@ const displayText = computed(() => {
|
||||
return props.placeholder || 'Pilih item'
|
||||
})
|
||||
|
||||
watch(props, () => {
|
||||
console.log(props.modelValue)
|
||||
})
|
||||
|
||||
watch(debouncedSearchText, (newValue) => {
|
||||
emit('update:searchText', newValue)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user