Skip to content

Commit f4f8939

Browse files
committed
add readme
1 parent d3f4a9d commit f4f8939

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Vue directive for removing from dom (like v-if) element on screen smaller then breakpoints;
44

5+
[![NPM](https://nodei.co/npm/vue-not-visible.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/vue-not-visible/)
6+
7+
# Install
8+
59
## Install
610

711
```bash
@@ -29,7 +33,6 @@ import vueNotVisible from 'vue-not-visible'
2933
}
3034
*/
3135
Vue.use(vueNotVisible) // this is default
32-
Vue.use(vueNotVisible, {ipad: 1280}) // this is custom
3336

3437
```
3538

0 commit comments

Comments
 (0)