We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec07489 commit 5b465cfCopy full SHA for 5b465cf
packages/components-vue/src/components/pagination/ContentTable.vue
@@ -60,14 +60,18 @@
60
},
61
}"
62
>
63
- <template v-if="emittedHasContent && $slots.headActions" #headActions>
+ <template
64
+ v-if="emittedHasContent && $slots.headActions"
65
+ #headActions="headActionsScope"
66
+ >
67
<div
68
key="internal-head-actions"
69
class="flx --flxRow --flx-start-center --gap-10 --gap:md"
70
71
<slot
72
name="headActions"
73
v-bind="{
74
+ ...headActionsScope,
75
refreshData,
76
hasContent: emittedHasContent,
77
hydrateData: emittedHydrateNodes,
0 commit comments