mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
[improvement] props default value (#2183)
This commit is contained in:
@@ -71,6 +71,7 @@ export default create({
|
||||
|
||||
props: {
|
||||
title: String,
|
||||
columns: Array,
|
||||
loading: Boolean,
|
||||
showToolbar: Boolean,
|
||||
confirmButtonText: String,
|
||||
@@ -86,10 +87,6 @@ export default create({
|
||||
itemHeight: {
|
||||
type: Number,
|
||||
default: 44
|
||||
},
|
||||
columns: {
|
||||
type: Array,
|
||||
default: () => []
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user