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