diff --git a/packages/core/documentation/src/components/DocumentationContent.vue b/packages/core/documentation/src/components/DocumentationContent.vue index 19eb30201f..38733af684 100644 --- a/packages/core/documentation/src/components/DocumentationContent.vue +++ b/packages/core/documentation/src/components/DocumentationContent.vue @@ -92,6 +92,7 @@ :hide-publish-toggle="hidePublishToggle" :selected-document="selectedDocument" @add="handleAddClick" + @delete="emit('delete')" @download="emit('download')" @edit="handleEditClick" @edit-markdown="handleEditMarkdown"