摘要: <style> .v-enter,.v-leave-to{ opacity: 0; } .v-enter-active,.v-leave-active{ transition:opacity 1s; } </style> <div id='app'> <transition> <div v-if=' 阅读全文
posted @ 2018-09-26 06:37 wzndkj 阅读(585) 评论(0) 推荐(1) 编辑
摘要: <style> .v-enter,.v-leave-to{ opacity: 0; } .v-enter-active,.v-leave-active{ transition: opacity 1s; } </style> <div id='app'> <transition-group> <div 阅读全文
posted @ 2018-09-26 06:15 wzndkj 阅读(419) 评论(0) 推荐(0) 编辑