wxw
2024-09-22 88f62afa44749dd485ac0286cf5801196d5d3eb0
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};