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