美文网首页
vue外部监听生命周期函数

vue外部监听生命周期函数

作者: w_小伍 | 来源:发表于2020-06-22 15:50 被阅读0次

    参考:https://juejin.im/post/5eef7799f265da02cd3b82fe
    在外部监听生命周期函数,使用@hook

    <head-top @hook:created="changeData"></head-top>
    methods:{
        $_handleSelectUpdated() {
          console.log(11)
        }
      }
    

    相关文章

      网友评论

          本文标题:vue外部监听生命周期函数

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