Skip to content

Commit

Permalink
fix: 修复dropdown组件闪屏的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
三少 committed Dec 31, 2021
1 parent 88c372f commit 30c85fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/vantui/src/dropdown-item/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ function Index(
setChildrenInstance,
parentInstance,
index,
onOpen = () => {},
onOpened = () => {},
onClose = () => {},
onClosed = () => {},
onOpen,
onOpened,
onClose,
onClosed,
onChange = () => {},
options = [],
className = '',
Expand Down

0 comments on commit 30c85fc

Please sign in to comment.