Skip to content

Commit

Permalink
fix: 修改vue路径大小写错误
Browse files Browse the repository at this point in the history
  • Loading branch information
any86 committed Apr 22, 2019
1 parent fa561f2 commit 1876488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vueDirective/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 注意: 由于vue指令没办法对指令进行优先级设置, 所以指令版本并不能实现AnyTouch所有的功能,
// 比如新建手势. 所以指令版只支持tap/doubletap/pan/swipe/rotate/pinch等默认手势
import { Computed } from '../interface';
import { VueConstructor } from 'Vue/types/vue';
import { VueConstructor } from 'vue/types/vue';
import InstanceManage from './InstanceManage';
import { AnyTouch } from '../AnyTouch';

Expand Down

0 comments on commit 1876488

Please sign in to comment.