upp-touch
Version:
基于vue触屏滑动方案
13 lines (12 loc) • 448 B
JavaScript
export const X_IS_START = 'x-start';
export const X_IS_END = 'x-end';
export const Y_IS_START = 'y-start';
export const Y_IS_END = 'y-end';
export const X_HAS_START = 'XStart';
export const X_HAS_END = 'XEnd';
export const Y_HAS_START = 'YStart';
export const Y_HAS_END = 'YEnd';
export const LEFT_MOVING = 'leftMoving';
export const RIGHT_MOVING = 'rightMoving';
export const TOP_MOVING = 'topMoving';
export const BOTTOM_MOVING = 'bottomMoving';