feat(utils): add change event constant to constants.ts

This commit is contained in:
Ryan 2020-09-06 23:27:32 +08:00 committed by jeremywu
parent 25c590783c
commit 45f2efe88d

View File

@ -1,5 +1,7 @@
export const UPDATE_MODEL_EVENT = 'update:modelValue'
export const CHANGE_EVENT = 'change'
export const VALIDATE_STATE_MAP = {
validating: 'el-icon-loading',
success: 'el-icon-circle-check',