Merge branch '2.x' into dev
This commit is contained in:
@@ -89,7 +89,8 @@ export default {
|
||||
onChange(value) {
|
||||
Toast.loading({ forbidClick: true });
|
||||
|
||||
setTimeout(() => {
|
||||
clearTimeout(this.timer);
|
||||
this.timer = setTimeout(() => {
|
||||
Toast.clear();
|
||||
this.value = value;
|
||||
}, 500);
|
||||
|
||||
Reference in New Issue
Block a user