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.
21 lines (16 loc) • 557 B
TypeScript
// ------------------------------------------------------------------------------
//
// events.d
// author: 喵大斯( h5devs.com/h5devs.net )
// created: 2018/7/5
// copyright (c) 2015 喵大斯( aosnow@yeah.net )
//
// ------------------------------------------------------------------------------
// 所选文件发生改变时事件
export const FILE_CHANGED:string;
// 鼠标插入时事件
export const DRAG_ENTER:string;
// 鼠标离开时事件
export const DRAG_LEAVE:string;
// 鼠标在窗口中拖动时事件
export const DRAG_OVER:string;