打赏
摘要: 1、若ref属性在普通dom元素上返回dom元素。 2、若ref也有在组件上,返回组件的示例。 <!-- `vm.$refs.p` will be the DOM node --> <p ref="p">hello</p> <!-- `vm.$refs.child` will be the chil 阅读全文
posted @ 2020-05-25 15:31 孟繁贵 阅读(571) 评论(0) 推荐(0) 编辑
TOP