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