注册加载方法 import Vue from 'vue' import appLoading from 'vue-loading-wlk' Vue.use(appLoading) 打开加载动画 this.$appLoading.show() 关闭加载动画 this.$appLoading.hide()