mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
fix: Print Button Does Nothing (#6178)
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
<RecipeContextMenuContent
|
||||
v-if="isMenuContentLoaded"
|
||||
v-bind="contentProps"
|
||||
@print="$emit('print')"
|
||||
@deleted="$emit('deleted', $event)"
|
||||
/>
|
||||
</v-menu>
|
||||
@@ -108,6 +109,7 @@ const props = withDefaults(defineProps<Props>(), {
|
||||
|
||||
defineEmits<{
|
||||
[key: string]: any;
|
||||
print: [];
|
||||
deleted: [slug: string];
|
||||
}>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user