build: compile 0.5.23

This commit is contained in:
rex-zsd 2019-11-04 15:52:42 +08:00
parent 34e5d8bc17
commit 1965a4b9f1
4 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,8 @@ VantComponent({
show: Boolean,
title: String,
cancelText: String,
customStyle: String,
overlayStyle: String,
zIndex: {
type: Number,
value: 100

View File

@ -5,6 +5,8 @@
position="bottom"
z-index="{{ zIndex }}"
overlay="{{ overlay }}"
custom-style="{{ customStyle }}"
overlay-style="{{ overlayStyle }}"
custom-class="van-action-sheet"
safe-area-inset-bottom="{{ safeAreaInsetBottom }}"
close-on-click-overlay="{{ closeOnClickOverlay }}"

View File

@ -8,6 +8,8 @@ component_1.VantComponent({
show: Boolean,
title: String,
cancelText: String,
customStyle: String,
overlayStyle: String,
zIndex: {
type: Number,
value: 100

View File

@ -5,6 +5,8 @@
position="bottom"
z-index="{{ zIndex }}"
overlay="{{ overlay }}"
custom-style="{{ customStyle }}"
overlay-style="{{ overlayStyle }}"
custom-class="van-action-sheet"
safe-area-inset-bottom="{{ safeAreaInsetBottom }}"
close-on-click-overlay="{{ closeOnClickOverlay }}"