mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[new feature] Actionsheet: add safe-area-inset-bottom prop (#3171)
This commit is contained in:
@@ -12,14 +12,11 @@ export default sfc({
|
||||
props: {
|
||||
value: Number,
|
||||
activeColor: String,
|
||||
safeAreaInsetBottom: Boolean,
|
||||
fixed: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
safeAreaInsetBottom: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
zIndex: {
|
||||
type: Number,
|
||||
default: 1
|
||||
|
Reference in New Issue
Block a user