feat(Tab): add info prop (#5274)

This commit is contained in:
neverland
2019-12-15 22:06:24 +08:00
committed by GitHub
parent ebd69714a1
commit d25ddc1914
8 changed files with 35 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ export default createComponent({
props: {
...routeProps,
dot: Boolean,
info: [Number, String],
name: [Number, String],
title: String,
titleStyle: null,