refactor: remove unused slot from VnCheckbox component

This commit is contained in:
Javier Segarra 2025-04-28 11:54:29 +02:00
parent 05f2f0e101
commit 91a8b9dcff
1 changed files with 0 additions and 1 deletions

View File

@ -43,6 +43,5 @@ const checkboxModel = computed({
{{ info }} {{ info }}
</QTooltip> </QTooltip>
</QIcon> </QIcon>
<slot name="append"></slot>
</div> </div>
</template> </template>