We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f4a9d commit f4f8939Copy full SHA for f4f8939
README.md
@@ -2,6 +2,10 @@
2
3
Vue directive for removing from dom (like v-if) element on screen smaller then breakpoints;
4
5
+[](https://nodei.co/npm/vue-not-visible/)
6
+
7
+# Install
8
9
## Install
10
11
```bash
@@ -29,7 +33,6 @@ import vueNotVisible from 'vue-not-visible'
29
33
}
30
34
*/
31
35
Vue.use(vueNotVisible) // this is default
32
-Vue.use(vueNotVisible, {ipad: 1280}) // this is custom
36
37
```
38
0 commit comments