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