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