@coreui/vue-pro 4.11.0 → 4.11.1

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.es.js CHANGED
@@ -11137,7 +11137,7 @@ const CVirtualScroller = defineComponent({
11137
11137
  }),
11138
11138
  },
11139
11139
  ref: (node) => {
11140
- if (node && node.offsetHeight) {
11140
+ if (itemHeight.value === 0 && node && node.offsetHeight) {
11141
11141
  itemHeight.value =
11142
11142
  node.offsetHeight +
11143
11143
  Number.parseFloat(getComputedStyle(node).marginTop) +