vue element 给指数的div加loading

 const loading = this.$loading({
      lock: true,
      text: 'Loading',
      spinner: 'el-icon-loading',
      background: 'rgba(0, 0, 0, 0.7)',
      target: document.querySelector('.box')
    });
 
loading.close();
原文地址:https://www.cnblogs.com/wqing/p/11707647.html