refactor: add id close btn & delete work name

This commit is contained in:
puriphatt 2024-09-25 11:22:23 +07:00
parent 1a27674928
commit fdc5781434
2 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@ defineProps<{
<slot name="title-after" />
</div>
<slot name="after">
<CancelButton icon-only v-close-popup />
<CancelButton id="btn-form-close" icon-only v-close-popup />
</slot>
</div>
</template>