fix(Circle): should excute watcher immediately

This commit is contained in:
chenjiahan 2020-08-24 20:35:37 +08:00
parent ded5aa431e
commit f82834886b

View File

@ -104,7 +104,8 @@ export default createComponent({
} else {
emit('update:currentRate', endRate);
}
}
},
{ immediate: true }
);
const renderHover = () => {