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