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