knt-shared 1.4.1 → 1.4.2

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.
package/dist/index.esm.js CHANGED
@@ -2770,7 +2770,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
2770
2770
  const getRow = computed(() => {
2771
2771
  const propsData = unref(getProps);
2772
2772
  return {
2773
- gutter: propsData.gutter || 24
2773
+ gutter: propsData.gutter ?? 24
2774
2774
  };
2775
2775
  });
2776
2776
  const getActionProps = computed(() => {