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