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