Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created January 30, 2018 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/fefad688f65549a706ef6b7440d63efc to your computer and use it in GitHub Desktop.
Save matthieu-D/fefad688f65549a706ef6b7440d63efc to your computer and use it in GitHub Desktop.
export default {
bind: function(el, binding, vnode) {
const display = binding.value ? 'block': 'none';
el.style.display = display;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment