UNPKG

sard-uniapp

Version:

sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库

14 lines (13 loc) 320 B
import { defaultConfig } from '../config'; export const defaultPopoutProps = () => ({ type: 'loose', showCancel: undefined, showConfirm: true, showClose: true, showFooter: true, overlay: true, overlayClosable: true, duration: 250, backPress: 'close', ...defaultConfig.popout, });