当前位置:   article > 正文

vue超级深度监听单个元素使用函数式方法_watcher only accepts simple dot-delimited paths. f

watcher only accepts simple dot-delimited paths. for full control, use a fun
  • Failed watching path: “XXXXX” Watcher only accepts simple dot-delimited paths. For full control, use a function instead.
this.$watch(
      function () { // 第一个函数就是处理你要监听的属性,只要将其return出去就行
        return this.commonData.children[0].children
      },
      function (old, valold) {
      // 要执行的方法
      }
    )
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/248206
推荐阅读
相关标签
  

闽ICP备14008679号