Administrator
2024-02-21 69b45a0617e42ccfefc89322c8dc0455a6008fcd
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};