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