摘要:
<body> <div id="root"> <fade :show='show'> <h1>hello world</h1> </fade> <button @click='handleBtnClick'>tooggle</button> </div> <script> Vue.component 阅读全文
摘要:
多个元素过度 多个组件之间的过度动画需要配合动态组件来实现 通过handleClick来改变type,进行组件过度 列表的过度效果:transition-group https://blog.csdn.net/qmz18778391913/article/details/100065724 http 阅读全文