4 lines
126 B
TypeScript
Raw Permalink Normal View History

2024-11-05 10:07:40 +08:00
export const UPDATE_MODEL_EVENT = 'update:modelValue'
export const CHANGE_EVENT = 'change'
export const INPUT_EVENT = 'input'