mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
[Improvement] Tab: add title slot (#603)
This commit is contained in:
@@ -14,10 +14,7 @@ export default create({
|
||||
mixins: [findParent],
|
||||
|
||||
props: {
|
||||
title: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
title: String,
|
||||
disabled: Boolean
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user