Skip to content

Commit

Permalink
added missing slot
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Jan 8, 2024
1 parent 8aa199c commit 7b8ef1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ const pinnedCount = computed(() => {
@update:model-value="emit('update:modelValue', $event)"
>
<template #before-pinned>
<slot name="before-pinned"/>
<slot name="before-pinned" />
</template>
<template #after-pinned>
<slot name="after-pinned"/>
<slot name="after-pinned" />
</template>
</ACustomDataForm>
</template>

0 comments on commit 7b8ef1c

Please sign in to comment.