Sfoglia il codice sorgente

Merge branch 'MrLeo-main'

Jin Mao 4 mesi fa
parent
commit
f4dfb68b7b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 };
   }