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