perf: 走查问题调整
This commit is contained in:
@ -35,7 +35,6 @@ export default {
|
||||
watch(
|
||||
() => props.modelValue,
|
||||
(newValue) => {
|
||||
console.log(newValue);
|
||||
localSearchValue.value = newValue || '';
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user