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