zhaowc
2025-01-16 2045b7d31aa63e97d820c72c21cf145adb58960c
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};