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