mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 03:44:48 +00:00
feat: allow string type z-index
This commit is contained in:
@@ -42,7 +42,7 @@ export default createComponent({
|
||||
],
|
||||
|
||||
props: {
|
||||
zIndex: Number,
|
||||
zIndex: [Number, String],
|
||||
highlightColor: String,
|
||||
sticky: {
|
||||
type: Boolean,
|
||||
|
Reference in New Issue
Block a user