zhaowc
2025-03-27 d07f25c163706ac46a83bd2c63db1e3c52715222
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};