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