yuyou_x
2024-02-20 aec8d4748f4013998a5042c07285278fa9925e9c
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};