Browse Source

Merge branch 'bugFix-2023/8/21'

hbchen 1 year ago
parent
commit
84d9eeff98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wxcomponents/vant/dist/dropdown-item/index.wxml

+ 1 - 1
wxcomponents/vant/dist/dropdown-item/index.wxml

@@ -18,7 +18,7 @@
     bind:enter="onOpen"
     bind:leave="onClose"
     bind:close="toggle"
-    bind:afteEnter="onOpened"
+    bind:afterEnter="onOpened"
     bind:afterLeave="onClosed"
   >
     <van-cell