admin
2025-11-12 4f395057e10817ec4e81078242568f5910bfd90b
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};