refactor(ImagePreviewItem): refactor with composition api

This commit is contained in:
chenjiahan
2020-09-14 17:14:12 +08:00
parent 02c7a75ee3
commit f75f6bf293
2 changed files with 164 additions and 152 deletions
+1
View File
@@ -52,6 +52,7 @@ export function useTouch() {
return {
move,
start,
reset,
startX,
startY,
deltaX,