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