摘要: <body> <div id="root"> <fade :show='show'> <h1>hello world</h1> </fade> <button @click='handleBtnClick'>tooggle</button> </div> <script> Vue.component 阅读全文
posted @ 2020-02-21 21:34 聂小恶 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 多个元素过度 多个组件之间的过度动画需要配合动态组件来实现 通过handleClick来改变type,进行组件过度 列表的过度效果:transition-group https://blog.csdn.net/qmz18778391913/article/details/100065724 http 阅读全文
posted @ 2020-02-21 20:27 聂小恶 阅读(510) 评论(0) 推荐(0) 编辑