feat(sep): add form traffic accident

This commit is contained in:
riefive
2025-10-22 14:27:43 +07:00
parent baad005522
commit 00302ece84
7 changed files with 307 additions and 29 deletions
@@ -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)
})