UNPKG

@mineadmin/form

Version:

基于element plus的form组件,进行封装,提供方便、灵活的配置和使用方式

13 lines (12 loc) 305 B
/** * @description 加载动画相关配置 * @see {@link https://element-plus.org/zh-CN/component/loading.html#%E6%8C%87%E4%BB%A4} */ export interface LoadingConfig { text?: string; spinner?: string; svg?: string; viewBox?: string; background?: string; customClass?: string; }