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