refactor: remove unused slot from VnCheckbox component
This commit is contained in:
parent
05f2f0e101
commit
91a8b9dcff
|
@ -43,6 +43,5 @@ const checkboxModel = computed({
|
||||||
{{ info }}
|
{{ info }}
|
||||||
</QTooltip>
|
</QTooltip>
|
||||||
</QIcon>
|
</QIcon>
|
||||||
<slot name="append"></slot>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue