0
Q:

vue get height of element ref

 mounted () {
   this.matchHeight()
 },
 matchHeight () {
   let height = this.$refs.infoBox.clientHeight;
 }
1

New to Communities?

Join the community