Explorar el Código

Merge branch 'MrLeo-main'

Jin Mao hace 4 meses
padre
commit
f4dfb68b7b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/effects/plugins/src/vxe-table/use-vxe-grid.vue

+ 1 - 0
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 };
   }