1.0.3 • Published 5 years ago
vue-loading-wlk v1.0.3
注册加载方法
import Vue from 'vue'
import appLoading from 'vue-loading-wlk' Vue.use(appLoading)
打开加载动画
this.$appLoading.show()
关闭加载动画
this.$appLoading.hide()
import Vue from 'vue'
import appLoading from 'vue-loading-wlk' Vue.use(appLoading)
this.$appLoading.show()
this.$appLoading.hide()