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