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