Add functionality to edit mealplan item

This commit is contained in:
Jack Bailey 2023-11-13 02:20:08 +00:00
parent 4b55b838ed
commit 1197aa3f37
No known key found for this signature in database
10 changed files with 52 additions and 7 deletions

View file

@ -170,6 +170,7 @@ export default defineComponent({
close() {
this.dialog = false;
this.logDeprecatedProp("close");
this.$emit("closed");
},
logDeprecatedProp(val: string) {
console.warn(