modal
Reusable modal dialog component with backdrop management.
<modal
:active.sync="showModal"
title="Edit Product"
size="lg"
@close="handleClose"
>
<!-- Modal content -->
</modal>Last updated
Was this helpful?
Reusable modal dialog component with backdrop management.
<modal
:active.sync="showModal"
title="Edit Product"
size="lg"
@close="handleClose"
>
<!-- Modal content -->
</modal>Last updated
Was this helpful?
Was this helpful?