Html: <li><a href="#" v-on:click="typeStyle">萨克斯萨克<span></span></a></li> Js: typeStyle: function (e) { var el = e.target; el.style.backgroundColor = 'green'; $(el).css("border","1px so
一.$refs 一个对象,持有ref注册过的所有元素或子组件.(注册过的 ref 的集合) 二.ref 被用来给元素或子组件注册引用信息.若用在dom元素上,引用指向的就是dom元素:若用在子组件上,引用指向的是子组件.(引用信息注册在父组件的$refs对象上) <!-- `vm.$refs.p` will be the DOM node --> <p ref="p">hello</p> <!-- `vm.$refs.child` will b
window.frameElement 获取本iframe DOM window.frameElement.contentDocument.getElementById('id') 获取这个iframe中的元素 晚上写 3-9 Blocked a frame with origin "null" from accessing a frame with origin "null" chrome出现这问题的话就是A.B 2个页面不同域, A包含了B页面,B引用A页面某些