Merge branch 'main' of https://github.com/MrLeo/vue-vben-admin into MrLeo-main

This commit is contained in:
Jin Mao
2026-02-06 15:39:48 +08:00

View File

@@ -165,6 +165,7 @@ const toolbarOptions = computed(() => {
}
if (!showToolbar.value) {
toolbarConfig.enabled = false;
return { toolbarConfig };
}