Vue obtenir la hauteur de l'élément ref

 mounted () {
   this.matchHeight()
 },
 matchHeight () {
   let height = this.$refs.infoBox.clientHeight;
 }
Don't Tread On Me