wxw
39 分钟以前 8f3289a4dd118eafbb261907d485466633af21fd
1
2
3
4
5
6
7
export default {
    methods: {
        handleEscape(e) {
            this.dispatch('ColorPicker', 'on-escape-keydown', e);
        },
    },
};