Skip to content

Commit

Permalink
Adding a note about setting on element with a dynamic class
Browse files Browse the repository at this point in the history
Closes #4
  • Loading branch information
weotch committed Sep 25, 2018
1 parent 438c467 commit 3948187
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ This package wraps [scrollMonitor](https://github.com/stutrek/scrollMonitor) to

## Usage

Note, this should not be applied to elements / components that are setting a dynamic class through Vue. See https://github.com/BKWLD/vue-in-viewport-directive/issues/4.

* Register the directive:
```js
import Vue from 'vue'
Expand Down

0 comments on commit 3948187

Please sign in to comment.