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 }}
</QTooltip>
</QIcon>
<slot name="append"></slot>
</div>
</template>