mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 12:17:37 +08:00
feat(utils): add change event constant to constants.ts
This commit is contained in:
parent
25c590783c
commit
45f2efe88d
@ -1,5 +1,7 @@
|
|||||||
export const UPDATE_MODEL_EVENT = 'update:modelValue'
|
export const UPDATE_MODEL_EVENT = 'update:modelValue'
|
||||||
|
|
||||||
|
export const CHANGE_EVENT = 'change'
|
||||||
|
|
||||||
export const VALIDATE_STATE_MAP = {
|
export const VALIDATE_STATE_MAP = {
|
||||||
validating: 'el-icon-loading',
|
validating: 'el-icon-loading',
|
||||||
success: 'el-icon-circle-check',
|
success: 'el-icon-circle-check',
|
||||||
|
Loading…
Reference in New Issue
Block a user