refactor: ♻️ 使用 Element-Plus 内置过渡动画替换 animate.css 动画库
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<el-breadcrumb class="flex-y-center">
|
||||
<transition-group enter-active-class="animate__animated animate__fadeInRight">
|
||||
<transition-group name="el-fade-in-right">
|
||||
<el-breadcrumb-item v-for="(item, index) in breadcrumbs" :key="item.path">
|
||||
<span
|
||||
v-if="item.redirect === 'noredirect' || index === breadcrumbs.length - 1"
|
||||
|
||||
Reference in New Issue
Block a user