wxw
2024-09-26 510a6a402b7cb9d5cf5214934a49a291485958ca
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};