Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Dec 4, 2023
1 parent 452c213 commit fe5f0a4
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,12 @@ const pinnedCount = computed(() => {
:elements="elements"
@any-change="emit('anyChange')"
@update:model-value="emit('update:modelValue', $event)"
/>
>
<template #after-pinned>
<slot name="after-pinned" />
</template>
<template #before-pinned>
<slot name="before-pinned" />
</template>
</ACustomDataForm>
</template>

0 comments on commit fe5f0a4

Please sign in to comment.