Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PxyUp committed Aug 7, 2018
1 parent d3f4a9d commit f4f8939
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

[![NPM](https://nodei.co/npm/vue-not-visible.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/vue-not-visible/)

# Install

## Install

```bash
Expand Down Expand Up @@ -29,7 +33,6 @@ import vueNotVisible from 'vue-not-visible'
}
*/
Vue.use(vueNotVisible) // this is default
Vue.use(vueNotVisible, {ipad: 1280}) // this is custom

```

Expand Down

0 comments on commit f4f8939

Please sign in to comment.