0%

获取组件中的元素

获取到组件后,组件中有个属性:$el——获取组件中的元素
例如:现在有一个category组件,给该组件添加ref=”category”。要获取组件中的元素

1
this.$refs.category.$el