vue-in-viewport-directive
vue-in-viewport-directive copied to clipboard
Vue 2 directive that adds css classes when the element is the viewport
vue 3
hi, is there any way to get this running with Vue 3? I've tried to no avail :(
This is in no way a major priority since this is not an issue in a production environment. I use [nuxtjs](https://nuxtjs.org/) and when in dev mode it takes advantage of...
I have a div styled as such using CSS modules syntax ... `` Style looks like this ... ``` .containerCTA { display: flex; align-items: center; max-width: 114rem; margin-left: auto; margin-right:...