seantrant
1/11/2018 - 11:40 AM

Get element in vuejs using ref

Get element in vuejs using ref so can use dom methods

// in template

<article ref="imageContainer"> whatever </article>


// in logic

this.$refs.imageContainer