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