美文网首页Vue
vue-ref的使用

vue-ref的使用

作者: 开着五菱宏光的小白 | 来源:发表于2019-06-24 20:02 被阅读0次

    通过ref获取DOM的内容

      <p ref = "hello">Hello World</p>
    

    需要通过全局的$refs获取当前定义的ref

      this.$refs.hello //可以直接得到p标签
    

    相关文章

      网友评论

        本文标题:vue-ref的使用

        本文链接:https://www.haomeiwen.com/subject/yukaqctx.html