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