chore: add vxe-table toolbar example (#4765)

This commit is contained in:
Vben
2024-10-29 22:47:15 +08:00
committed by GitHub
parent d23db32f04
commit e600d78cb9
9 changed files with 548 additions and 430 deletions

View File

@@ -122,6 +122,11 @@ const options = computed(() => {
toolbarOptions.value,
toRaw(gridOptions.value),
globalGridConfig,
{
// toolbarConfig: {
// tools: [],
// },
} as VxeTableGridProps,
),
);