mirror of
https://github.com/youzan/vant.git
synced 2026-04-06 02:00:43 +08:00
[bugfix] NoticeBar webkitAnimationEnd (#402)
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
:class="animationClass"
|
||||
:style="contentStyle"
|
||||
@animationend="onAnimationEnd"
|
||||
@webkitAnimationEnd="onAnimationEnd"
|
||||
>
|
||||
<slot>{{ text }}</slot>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user