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