Skip to content
This repository was archived by the owner on Dec 28, 2018. It is now read-only.

Commit 1fc97f0

Browse files
author
Eduardo Stuart
committed
readme updated
Signed-off-by: Eduardo Stuart <[email protected]>
1 parent 0bc7334 commit 1fc97f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ npm install vue-image-loader --save
1111
## Usage
1212

1313
```js
14-
15-
import VueImageLoader from 'vue-image-loader'
16-
17-
Vue.use(VueImageLoader); // or Vue.use(window.VueImageLoader)
14+
// Default timeout: 2 (optional)
15+
Vue.use(require('vue-image-loader'),{
16+
timeout:2
17+
}); // or Vue.use(window.VueImageLoader)
1818
```
1919

2020

0 commit comments

Comments
 (0)