11 lines
161 B
TypeScript

import { VantComponent } from '../common/component';
VantComponent({
props: {
safeAreaInsetBottom: {
type: Boolean,
value: true
}
}
});