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