feat: disable transition

This commit is contained in:
Fine 2023-02-16 14:55:18 +08:00
parent b2707e0e62
commit e52965184f

View File

@ -25,6 +25,7 @@ limitations under the License. -->
:default-active="name" :default-active="name"
text-color="#efefef" text-color="#efefef"
:collapse="isCollapse" :collapse="isCollapse"
:collapse-transition="false"
:style="{ border: 'none' }" :style="{ border: 'none' }"
> >
<template v-for="(menu, index) in routes" :key="index"> <template v-for="(menu, index) in routes" :key="index">