From 1ee0ce251650214aca3fd1f08f61524ce987eeb7 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Sat, 23 Sep 2017 03:15:16 +0200 Subject: [PATCH] Added vue-observe-visibility --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff3e57236..5ea66b8cc 100755 --- a/README.md +++ b/README.md @@ -1112,6 +1112,7 @@ Tooltips / popovers - [vue-selectable](https://github.com/JSmith01/vue-selectable) - Vue 1.x/2.x directive to make items selectable by mouse. - [vue-click-helper](https://github.com/huangshuwei/vue-click-helper) - Vue2.x directive to handle click event and dblclick event on same element. - [v-hotkey](https://github.com/Dafrok/v-hotkey) - Vue 2.x directive for binding hotkeys to components. + - [vue-observe-visibility](https://github.com/Akryum/vue-observe-visibility) - Vue 2.x directive using Intersection Observer API that detects if the element is visible (in the viewport and not hidden by CSS). ### Responsive Design