vue获取dom添加样式
程序员文章站
2022-03-04 17:40:28
...
<div ref="showBorder"></div>
this.$refs.showBorder.style.width = 200 + "px";
this.$refs.showBorder.style.display = 'block';
下一篇: 移动端页面大小