chore(Popup): reomve todo

This commit is contained in:
chenjiahan 2020-08-21 00:21:57 +08:00
parent 96c7aa15b8
commit 82b585fc2b

View File

@ -299,12 +299,6 @@ export default createComponent({
this.$emit('click-overlay');
if (this.closeOnClickOverlay) {
// TODO
// if (this.onClickOverlay) {
// this.onClickOverlay();
// } else {
// this.close();
// }
this.close();
}
},