Administrator
2024-03-05 7c75f7a0fdd157c5cb13f286a9ef5f92a95ec1ce
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};