UNPKG

view-ui-plus

Version:

A high quality UI components Library with Vue.js 3

9 lines (8 loc) 178 B
export default { inject: ['ColorPickerInstance'], methods: { handleEscape (e) { this.ColorPickerInstance.handleOnEscapeKeydown(e); } } };