feat(@vant/use): add useRect

This commit is contained in:
chenjiahan
2020-10-05 11:13:22 +08:00
parent 5f2de02cc2
commit 8d4135a690
4 changed files with 86 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ module.exports = {
title: 'DOM',
collapsable: false,
children: [
'/src/useRect/',
'/src/useClickAway/',
'/src/useEventListener/',
'/src/usePageVisibility/',