watch - 2018-06-25

  • 2018-06-25 创建
watch: {
  obj: {
    handler(newVal, oldVal) {
      
    },
    // 最初绑定的时候就执行
    immediate: true,
    deep: true
  }
}

你可能感兴趣的:(watch - 2018-06-25)