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