在很多时候,你可能想在bind和update时触发相同行为,而不关心其它的钩子。比如这样写:
bind
update
Vue.directive('color-swatch', function (el, binding) { el.style.backgroundColor = binding.value })