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