vue-match-heights
vue-match-heights copied to clipboard
Vue plugin to match the height of elements
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 2.9.3 to 3.1.11. **This update includes security fixes.** Vulnerabilities fixed *Sourced from [The Node Security Working Group](https://github.com/nodejs/security-wg/blob/master/vuln/npm/485.json).* > **Improper Input Validation** > An issue was discovered in...
* if images taking some time to load on the page then the match height is not working properly. It is completely hiding the images. * Sometimes it is setting...
It was too slow when I try to use plugin multiple times on the same page. Now it's correct heights only inside element with `v-match-heights` directive.
Any thoughts about adding the option to use 'min-height' instead of 'height'? I used a jquery plugin years ago that had the option for this. With `min-height` if the calculations...