chengsc
2025-06-06 6561685f41cc0d0c1554d8ff2e3905e142af2fa0
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};