Vue 获取div 的宽度
在template 某个元素中添加ref 属性。之前使用ref 的style.width 就可以获取得到。但今天在使用的时候突然不能获得了。尝试了下面的方式即可:在js 中获取这个 ref 的 “clientWidth” 属性const eWidth = this.$refs.echartsWrapper.clientWidth具体原因,占个坑先...
·
在template 某个元素中添加ref 属性。
之前使用ref 的style.width 就可以获取得到。
但今天在使用的时候突然不能获得了。
尝试了下面的方式即可:
在js 中获取这个 ref 的 “clientWidth” 属性
const eWidth = this.$refs.echartsWrapper.clientWidth
具体原因,占个坑先
更多推荐
已为社区贡献5条内容
所有评论(0)