码迷,mamicode.com
首页 > 其他好文 > 详细

Vue对于dom的操作

时间:2018-10-11 16:53:11      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:style   code   组件   color   this   dom   class   需要   操作   

Vue中有时候我们还是需要直接操作DOM的,,只需要在标签上加上$refs就可以直接操作

<button ref="test">test</button>

操作:

this.$refs.test.innerHTML = "test"           //js操作;操作元素的方法
this.$refs.sub.$el = "test" //js操作;操作组件的方法

Vue对于dom的操作

标签:style   code   组件   color   this   dom   class   需要   操作   

原文地址:https://www.cnblogs.com/ash-sky/p/9772934.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!