mirror of
https://github.com/youzan/vant.git
synced 2026-03-04 05:00:17 +08:00
chore(Popup): reomve todo
This commit is contained in:
@@ -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();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user