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