1.0.6 • Published 5 years ago

vue-axios-loading v1.0.6

Weekly downloads
18
License
ISC
Repository
-
Last release
5 years ago

vue-axios-loading

全局loading插件

Installing

$ npm install vue-axios-loading --save

Useing

introduce in the main.js

import myLoading from '@/libs/loading'
//loading图存储目录,依据打包后dist文件夹层级结构设置相对路径
const src = './static/image/loading.gif';
Vue.use(myLoading, src);

Invoking method

this.$loading.show()
this.$loading.hide()

具体用法参见:https://juejin.im/post/5e8465c7f265da47a927e4c9

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago