Skip to content

Commit e1bc0a0

Browse files
fix: 修复sidenav参数错误 (#315)
* perf: 增加配置判断 (#311) 新增配置项判断,避免出现undefined导致的无效url * fix: 修复参数错误 Co-authored-by: Kerwin Bryant <kerwin612@qq.com>
1 parent 7d9e973 commit e1bc0a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/components/LayoutSideNav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:layout="settingStore.layout"
66
:is-fixed="settingStore.isSidebarFixed"
77
:menu="sideMenu"
8-
:theme="settingStore.mode"
8+
:theme="settingStore.displayMode"
99
:is-compact="settingStore.isSidebarCompact"
1010
/>
1111
</template>

0 commit comments

Comments
 (0)