fix: recipe context menu (#6782)

This commit is contained in:
Arsène Reymond
2026-01-30 21:08:49 +01:00
committed by GitHub
parent c7be4a452a
commit 79bbc20cd6
3 changed files with 2 additions and 9 deletions

View File

@@ -176,6 +176,7 @@ const props = withDefaults(defineProps<Props>(), {
const emit = defineEmits<{
[key: string]: any;
deleted: [slug: string];
print: [];
}>();
const api = useUserApi();