lin-xin / vue-toast

A mobile toast plugin for vue2.

Home Page:https://lin-xin.gitee.io/example/#/vue2-toast/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问怎么在入口文件停止loading?

holdbiao opened this issue · comments

在mian中开启 loading
Vue.prototype.loading(‘加载中...’)

在mian中关闭 loading
Vue.prototype.$loading.close()

在使用Vue.use(Toast) 之后,你可以通过console.log(Vue) 查看到 $Loading ,其下有close 方法