mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[improvement] optimize watch options (#4075)
This commit is contained in:
@@ -40,9 +40,7 @@ export default createComponent({
|
||||
watch: {
|
||||
time: {
|
||||
immediate: true,
|
||||
handler() {
|
||||
this.reset();
|
||||
}
|
||||
handler: 'reset'
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user