vue-ripple-directive
vue-ripple-directive copied to clipboard
fix: changed event listener attach point
moved "mouseup" listener to document root, otherwise if you mouse away from element without triggering mouseup, the ripple container will persist in place.