chengsc
2024-07-27 75efeb2ec42214f7a70f6cccc3374ccf458740be
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};