mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-03 14:46:33 +08:00
fix(Circle): should excute watcher immediately
This commit is contained in:
parent
ded5aa431e
commit
f82834886b
@ -104,7 +104,8 @@ export default createComponent({
|
|||||||
} else {
|
} else {
|
||||||
emit('update:currentRate', endRate);
|
emit('update:currentRate', endRate);
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
{ immediate: true }
|
||||||
);
|
);
|
||||||
|
|
||||||
const renderHover = () => {
|
const renderHover = () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user