1234567891011121314151617181920212223242526 |
- export default {
-
- actionSheet: {
- show: false,
- title: '',
- description: '',
- actions: [],
- index: '',
- cancelText: '',
- closeOnClickAction: true,
- safeAreaInsetBottom: true,
- openType: '',
- closeOnClickOverlay: true,
- round: 0,
- wrapMaxHeight: '600px'
- }
- }
|