[Bug Report] Indicator与Toast一起使用Indicator无法关闭
Open
- Dominant language
- Vue
- Stars
- 16.4k
- Forks
- 3.5k
- PR merge metrics
- No merged PRs in 30d
Description
### Mint UI version
2.2.9
### OS/Browsers version
win7/微信开发工具 V1.01.171019
### Vue version
2.4.2
### Reproduction Link
[https://jsfiddle.net/JDVan/0ap2mr8m/](https://jsfiddle.net/JDVan/0ap2mr8m/)
### Steps to reproduce
进入页面created(){Indicator.open()}
html里写按钮,点击之后执行 =》 Indicator.close(); Toast({message: '12', duration: 1000})
### What is Expected?
// 大概我想表达的意思是
// 请求接口的时候等待数据返回,Indicator.open()
// 待数据返回了,Indicator.close() 并且Toast
### What is actually happening?
Toast出来了,但是Indicator close不了
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.