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.

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