dfs-page-config 0.4.38 → 0.4.39

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.
@@ -102214,8 +102214,8 @@ function _sfc_render$3(k, L, ie, ae, pe, _e) {
102214
102214
  }, createSlots({ _: 2 }, [
102215
102215
  renderList(k.getAllSlots(Ie), (Ne) => ({
102216
102216
  name: Ne.slot,
102217
- fn: withCtx(() => [
102218
- renderSlot(k.$slots, Ne.slot)
102217
+ fn: withCtx(({ data: $e }) => [
102218
+ renderSlot(k.$slots, Ne.slot, { data: $e })
102219
102219
  ])
102220
102220
  }))
102221
102221
  ]), 1032, ["configOption", "pageKey"])
@@ -102224,8 +102224,8 @@ function _sfc_render$3(k, L, ie, ae, pe, _e) {
102224
102224
  }, [
102225
102225
  renderList(k.getAllSlots(Ie), (Ne) => ({
102226
102226
  name: Ne.slot,
102227
- fn: withCtx(() => [
102228
- renderSlot(k.$slots, Ne.slot)
102227
+ fn: withCtx(({ data: $e }) => [
102228
+ renderSlot(k.$slots, Ne.slot, { data: $e })
102229
102229
  ])
102230
102230
  }))
102231
102231
  ]), 1032, ["componentOption", "pageKey"]))