yuyou_x
2024-02-21 a339e5234e6299d32672aaae648e5315900c2633
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};