UNPKG

vue-simple

Version:

Use Vue in the simplest and easiest way, contain more than one of plugins and other to do that, i hope you will like it.

12 lines (8 loc) 289 B
// 所选文件发生改变时事件 export const FILE_CHANGED = 'file-changed'; // 鼠标插入时事件 export const DRAG_ENTER = 'drag-enter'; // 鼠标离开时事件 export const DRAG_LEAVE = 'drag-leave'; // 鼠标在窗口中拖动时事件 export const DRAG_OVER = 'drag-over';