const searchForm = ref({ type: "", vin: "" }); watch( () => [searchForm.value.type], (newValue, oldValue) => { console.log(newValue, oldValue, "监听车辆还是资产"); } );
vue3.0之数据监听(watch、computed)
京公网安备 11010502049817号