美文网首页
Vue项目中在js文件中使用Element UI的Loading

Vue项目中在js文件中使用Element UI的Loading

作者: 桃花谷主V | 来源:发表于2021-12-16 15:14 被阅读0次
    import Vue from 'vue'
    let $loadingInstance = null
    // 开启loading
    const showLoading = () => {
      $loadingInstance = Vue.prototype.$loading({ text: '下载中...请耐心等待' })
    }
    // 关闭loading
    $loadingInstance.close()
    

    相关文章

      网友评论

          本文标题:Vue项目中在js文件中使用Element UI的Loading

          本文链接:https://www.haomeiwen.com/subject/txjvfrtx.html