feat(GoodsAction): enable safe-area-inset-bottom by default (#5955)

This commit is contained in:
neverland
2020-03-31 06:57:22 +08:00
committed by GitHub
parent b6d23cd9d3
commit b87fd71959
5 changed files with 11 additions and 7 deletions
+4 -1
View File
@@ -7,7 +7,10 @@ export default createComponent({
mixins: [ParentMixin('vanGoodsAction')],
props: {
safeAreaInsetBottom: Boolean,
safeAreaInsetBottom: {
type: Boolean,
default: true,
},
},
render() {