new Vue({ el: '#example-1', data: { show: true } }) /* 可以设置不同的进入和离开动画*/ /* 设置持续时间和动画函数*/ .slide-fade-enter-active { transition: all ...
確定! 回上一頁