fix(Circle): should excute watcher immediately
This commit is contained in:
+2
-1
@@ -104,7 +104,8 @@ export default createComponent({
|
|||||||
} else {
|
} else {
|
||||||
emit('update:currentRate', endRate);
|
emit('update:currentRate', endRate);
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
{ immediate: true }
|
||||||
);
|
);
|
||||||
|
|
||||||
const renderHover = () => {
|
const renderHover = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user