chengsc
2024-10-13 332b3bd991a4c973e23793f473b9617f008def04
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};