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