mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Popup): transition-appear prop not work
This commit is contained in:
parent
1a63d586b1
commit
dd69305335
@ -4,7 +4,6 @@ exports[`should render Notify correctly 1`] = `
|
|||||||
<div
|
<div
|
||||||
class="van-popup van-popup--top van-notify van-notify--danger van-popup-slide-top-enter-active van-popup-slide-top-enter-from"
|
class="van-popup van-popup--top van-notify van-notify--danger van-popup-slide-top-enter-active van-popup-slide-top-enter-from"
|
||||||
style="z-index: 2001; transition-duration: 0.2s;"
|
style="z-index: 2001; transition-duration: 0.2s;"
|
||||||
transitionappear="false"
|
|
||||||
>
|
>
|
||||||
|
|
||||||
test
|
test
|
||||||
|
@ -226,7 +226,7 @@ export default createComponent({
|
|||||||
return (
|
return (
|
||||||
<Transition
|
<Transition
|
||||||
name={transition || name}
|
name={transition || name}
|
||||||
transitionAppear={transitionAppear}
|
appear={transitionAppear}
|
||||||
onAfterEnter={onOpened}
|
onAfterEnter={onOpened}
|
||||||
onAfterLeave={onClosed}
|
onAfterLeave={onClosed}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user