Skip to content

Instantly share code, notes, and snippets.

@asvae
Created July 16, 2018 09:30
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 asvae/f96f02869f3df99bd0a013b07ac11de1 to your computer and use it in GitHub Desktop.
Save asvae/f96f02869f3df99bd0a013b07ac11de1 to your computer and use it in GitHub Desktop.
import DomHelpers from './Utility/DomHelpers.js'
// ...
methods: {
click (event) {
DomHelpers.isChild(this.$el, event.target) || this.hide()
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment