refactor: change type btn

This commit is contained in:
Net 2024-08-13 16:36:53 +07:00
parent de4b6f9ebd
commit 20469b3823

View file

@ -27,6 +27,7 @@ defineProps<{
}"
:style="{ '--button-main-color': color }"
:disabled="disabled"
type="button"
>
<slot name="icon">
<Icon :icon class="main-btn-icon" />