mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
fix(Circle): should excute watcher immediately
This commit is contained in:
+2
-1
@@ -104,7 +104,8 @@ export default createComponent({
|
||||
} else {
|
||||
emit('update:currentRate', endRate);
|
||||
}
|
||||
}
|
||||
},
|
||||
{ immediate: true }
|
||||
);
|
||||
|
||||
const renderHover = () => {
|
||||
|
||||
Reference in New Issue
Block a user