瀏覽代碼

Merge branch 'MrLeo-main'

Jin Mao 4 月之前
父節點
當前提交
f4dfb68b7b
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 };
   }