Props
| Name | Type | Default value | Required? | Description |
|---|---|---|---|---|
choreoId | String | - | Yes | - |
Data
| Name | Type | Default value | Description |
|---|---|---|---|
id | String | - | - |
Example
<template>
<DeleteChoreoModal ref="deleteChoreoModal" choreoId="abc" />
<Button @click="() => $refs.deleteChoreoModal.open()" />
</template>