青草幽幽

vue dom操作

电脑版发表于:2020/6/27 15:00

在html中加一个ref属性

<div ref="content">
</div>

然后在vue中可以通过这个ref熟悉拿到dom对象,就可以操作了。比如做一个很简单的颜色改变

created() {
   this.$refs.content.style.backgroundColor = 'red'
}


关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢