handleClickOutside (event) { | |
const uiModalBox = this.$refs.uiModalBox | |
if (!event.path.includes(uiModalBox) && !event.path.includes(this.el) && this.isShow == true) { | |
this.close() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment