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