import Vue from 'vue'
let $loadingInstance = null
// 开启loading
const showLoading = () => {
$loadingInstance = Vue.prototype.$loading({ text: '下载中...请耐心等待' })
}
// 关闭loading
$loadingInstance.close()
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
网友评论