wxw
2025-09-05 738302071e079a214ded04c79b36e59f4326909c
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};