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