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