UNPKG

press-ui

Version:

简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目

24 lines (19 loc) 425 B
import { WHITE } from '../common/constant/color'; export const DEFAULT_OPTIONS = { selector: '#press-notify', type: 'danger', message: '', background: '', duration: 3000, show: true, zIndex: 110, top: 0, color: WHITE, safeAreaInsetTop: false, onClick: () => { }, onOpened: () => { }, onClose: () => { }, // 动画持续时间 animationDuration: 300, }; export const DEFAULT_KEY = 'message';