Demo
2024-03-06 4469f29027b1d26453a9f5d3903acbd16ae88a8e
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};