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