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