mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-31 21:13:15 -05:00
fix: recipe context menu (#6782)
This commit is contained in:
@@ -176,6 +176,7 @@ const props = withDefaults(defineProps<Props>(), {
|
||||
const emit = defineEmits<{
|
||||
[key: string]: any;
|
||||
deleted: [slug: string];
|
||||
print: [];
|
||||
}>();
|
||||
|
||||
const api = useUserApi();
|
||||
|
||||
Reference in New Issue
Block a user