feat(Tab): add title-style prop (#5048)

This commit is contained in:
neverland
2019-11-19 20:49:10 +08:00
committed by GitHub
parent dbd0951b30
commit f8c130d0cb
7 changed files with 30 additions and 59 deletions
+1
View File
@@ -64,6 +64,7 @@ export default createComponent({
},
onClickWrapper(event) {
// prevent being identified as clicking outside and closed when use get-contaienr
if (this.getContainer) {
event.stopPropagation();
}