首页 > 其他分享 >使用this.$refs.xxx.clientWidth获取不到对象,报错Cannot read properties of undefined (reading 'clientWidth&

使用this.$refs.xxx.clientWidth获取不到对象,报错Cannot read properties of undefined (reading 'clientWidth&

时间:2022-12-15 11:57:20浏览次数:55  
标签:undefined refs xxx clientWidth Cannot 报错 reading

根据搜索结果显示,有几种可能

1、组件使用了懒加载。

 

 排除这种可能

2、组件上使用了v-for. v-if等。经判断,是这个问题

 

标签:undefined,refs,xxx,clientWidth,Cannot,报错,reading
From: https://www.cnblogs.com/Zhang-jin/p/16984622.html

相关文章