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