[Improvement] Tab: add title slot (#603)

This commit is contained in:
neverland
2018-02-02 14:34:49 +08:00
committed by GitHub
parent d21178f540
commit c91afa231d
6 changed files with 90 additions and 23 deletions

View File

@@ -14,10 +14,7 @@ export default create({
mixins: [findParent],
props: {
title: {
type: String,
required: true
},
title: String,
disabled: Boolean
},