Vue爬坑之旅(二十七):關於mint-ui的一些坑

一、Indicator 等待框直接調起後關閉有時不生效,需要加入延時器

import { Indicator } from 'mint-ui';
Indicator.open('供養中...')
setTimeout(()=>{
    Indicator.close();
})

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章