chore: rename variables and comments

This commit is contained in:
chenjiahan
2021-03-02 17:55:22 +08:00
parent a0addef294
commit 6e5329cbe0
50 changed files with 85 additions and 82 deletions

View File

@@ -3,7 +3,7 @@ import { ref, watch, reactive, nextTick } from 'vue';
// Utils
import { preventDefault, getScrollTop, createNamespace } from '../utils';
// Composition
// Composables
import { useScrollParent } from '@vant/use';
import { useTouch } from '../composables/use-touch';