chengsc
2024-11-02 d567d9d6926abb103f3ab73402134daa6a09ef11
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};