admin
4 天以前 638af980a99bd6b3c747541a5a9af0b6e9f46112
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};