vue.js 2.* 使用transition实现动画效果
<transition name="fade"> <div class="detail" v-show="detailShow"></div></transition><script ty