This commit is contained in:
Luk Lu
2020-07-06 09:18:24 +08:00
parent 6c3819c544
commit 73d810197d
2 changed files with 108 additions and 38 deletions

View File

@@ -48,8 +48,7 @@ based on
if(!toast.clickable){
this.disappear(toast.uuid,toast.duration,toast.complete)
}//可点击消失
else{
}else{ //可点击消失
this.$emit('uuidCallback',toast.uuid)
}