UNPKG

iview

Version:

A high quality UI components Library with Vue.js

8 lines (7 loc) 145 B
export default { methods: { handleEscape(e) { this.dispatch('ColorPicker', 'on-escape-keydown', e); }, }, };