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