mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-16 10:03:54 -07:00
Add functionality to edit mealplan item
This commit is contained in:
parent
4b55b838ed
commit
1197aa3f37
10 changed files with 52 additions and 7 deletions
|
@ -170,6 +170,7 @@ export default defineComponent({
|
|||
close() {
|
||||
this.dialog = false;
|
||||
this.logDeprecatedProp("close");
|
||||
this.$emit("closed");
|
||||
},
|
||||
logDeprecatedProp(val: string) {
|
||||
console.warn(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue