vue-sticky
vue-sticky copied to clipboard
Add support for IE
Would be awesome if there would also be support for IE (at least 10+?), since IE doesn't support position sticky and never will unfortunatly.
Perhaps you could consider using integrating stickyfill directly into this project and calling Stickyfill.addOne(element)
each time the directive is used.