From 3948187a83e6b4b03d31fa49c197e2624eebf0c9 Mon Sep 17 00:00:00 2001 From: Robert Reinhard Date: Tue, 25 Sep 2018 16:59:29 -0700 Subject: [PATCH] Adding a note about setting on element with a dynamic class Closes #4 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ad2441c..0a9719a 100644 --- a/README.md +++ b/README.md @@ -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'