@gx-design-vue/pro-table 0.1.13 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29792,7 +29792,7 @@ const GProTable = defineComponent({
29792
29792
  };
29793
29793
  const getBindValues = computed(() => {
29794
29794
  return omit$1({
29795
- ...attrs,
29795
+ ...(omit$1(attrs), ["class", "style", "id"]),
29796
29796
  ...props2,
29797
29797
  virtualScroll: needVirtualScroll.value,
29798
29798
  size: unref(sizeRef),