Support switching Settings view from different action buttons.

This commit is contained in:
Zhongyi Tong
2017-07-09 23:01:46 +08:00
parent a5017456f2
commit d3c2da7961
7 changed files with 43 additions and 12 deletions

View File

@@ -173,6 +173,10 @@ class WebView extends BaseComponent {
this.hide();
this.$el.reload();
}
send(...param) {
this.$el.send(...param);
}
}
module.exports = WebView;