mirror of
https://github.com/youzan/vant.git
synced 2026-05-02 01:01:43 +08: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