fix: 侧边栏因为宽度变化导致的闪烁

This commit is contained in:
ChenZhaoYu 2023-02-15 14:21:46 +08:00
parent f73aa5f9e1
commit cb8e2cf814
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function handleCollapsed() {
:collapsed="collapsed"
:collapsed-width="0"
:width="260"
collapse-mode="width"
collapse-mode="transform"
show-trigger="arrow-circle"
bordered
@update:collapsed="handleCollapsed"