test
2025-07-24 887103a2ad70fef2669384859d532d9b74159cf1
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};