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