Administrator
2025-05-08 7f58f6b5ebaeca5d0233b1895d9f533e11942627
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};