通过ref获取DOM的内容
<p ref = "hello">Hello World</p>
需要通过全局的$refs获取当前定义的ref
this.$refs.hello //可以直接得到p标签
通过ref获取DOM的内容
<p ref = "hello">Hello World</p>
this.$refs.hello //可以直接得到p标签
本文标题:vue-ref的使用
本文链接:https://www.haomeiwen.com/subject/yukaqctx.html
网友评论