lmislm / lmislm.github.io

hexo的配置
0 stars 0 forks source link

animate #22

Open lmislm opened 8 months ago

lmislm commented 8 months ago
<transition name="fade-transform" mode="out-in">
    <keep-alive :include="cachedViews">
      <router-view :key="key" />
    </keep-alive>
  </transition>

https://github.com/PanJiaChen/vue-element-admin/blob/0caa975ee224074c77540107b1fe076081cdf306/src/layout/components/AppMain.vue#L6

https://github.com/ElemeFE/element/blob/dev/packages/theme-chalk/src/skeleton.scss

https://github.com/ElemeFE/element/blob/dev/packages/skeleton/src/index.vue