UNPKG

@df8080/vue2-ui

Version:

🎨 一个基于 Vue 2 的 UI 组件库,目前主要面向微信小程序开发场景,也适用于其他移动端项目。

17 lines (14 loc) 387 B
/** 默认日期格式 */ export const DEFAULT_FORMAT = 'YYYY-MM-DD' /** 选项value */ export const OPTION_VALUE = 'value' /** 选项label */ export const OPTION_LABEL = 'label' /** 选项desc */ export const OPTION_DESC = 'desc' /** 选项children */ export const OPTION_CHILDREN = 'children' /** 倒序 */ export const SORT_DESC = 'desc' /** 正序 */ export const SORT_ASC = 'asc'