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