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