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