vue 获取指定元素

在想要获取元素上添加“ref”  ref="scroll"  scroll为函数名

vue获取指定元素

 

 xiaFn:function(){
    console.log(this.$refs.scroll)
 }

 

你可能感兴趣的:(vue)