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