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