mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-29 01:04:18 -04:00
Add functionality to edit mealplan item
This commit is contained in:
@@ -170,6 +170,7 @@ export default defineComponent({
|
||||
close() {
|
||||
this.dialog = false;
|
||||
this.logDeprecatedProp("close");
|
||||
this.$emit("closed");
|
||||
},
|
||||
logDeprecatedProp(val: string) {
|
||||
console.warn(
|
||||
|
||||
Reference in New Issue
Block a user