vue-sticky icon indicating copy to clipboard operation
vue-sticky copied to clipboard

Results 7 vue-sticky issues
Sort by recently updated
recently updated
newest added

Hello, Gridsome bails when using this plugin, as `window` is not available: ``` ReferenceError: window is not defined at Object. (node_modules/vue-sticky/dist/vue-sticky.js:1:198) at __webpack_require__ (webpack/bootstrap:25:0) at Module. (assets/js/app.1a437b52.js:7771:18) at __webpack_require__ (webpack/bootstrap:25:0)...

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.

I was hoping to use this with table headers but it appears I cannot. If I apply it to the thead directly it doesnt do anything, if I apply it...

Hi @rguanghui , It would be nice to have option to switch from sticky top to sticky bottom position. I think it could be option `sticky-bottom` or inverse mode, and...

I can do that, it only takes renaming a few webhooks: bind -> beforeMount unbind -> unmounted update -> updated and updating versions in the package.json Would you accept a...