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