chengsc
2025-01-17 32bf3387b6a2217976badc021ca94576210c8f2c
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};