Browse Source

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

main^2
Jin Mao 12 hours ago
parent
commit
8f4f27d860
  1. 1
      packages/effects/plugins/src/vxe-table/use-vxe-grid.vue

1
packages/effects/plugins/src/vxe-table/use-vxe-grid.vue

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

Loading…
Cancel
Save