hwh
2024-06-19 43c7bfcb1d683cfcefe15c07aea99921e2aa18e6
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};