vue-loading-ljf
v1.0.1
Published
vue loading plugin
Downloads
11
Readme
vue-loading-ljf
vue loading plugin
Build Setup
# install dependencies
npm install vue-loading-ljf --save
# import
import VueLoadingLjf from 'vue-loading-ljf'
Vue.use(VueLoadingLjf)
# use
在vue组件中,直接使用 this.$loading('xxxxx'),xxxxx表示你要显示的内容
For detailed explanation on how things work, consult the docs for vue-loader.