(Vue.js) modal close event
问题 When I click on the outer area of the modal, I want the same event as the close button of the modal. (Event that closes modal when clicking outside area of modal) The current progress is that the modal is closed when the close modal button is clicked. Carousel.vue <template> <div> <div v-for="(item, index) in photos" :key="index"> <div @click="imgClick(item)" style="cursor:pointer;"> <img :src="item.thumbnail" /> </div> <Modal v-if='item.show' @close="item.show = false"> <div slot='body'>