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