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

View File

@@ -11,6 +11,7 @@ export default createComponent({
...routeProps,
name: [Number, String],
title: String,
titleStyle: null,
disabled: Boolean
},