mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 18:23:18 -04:00 
			
		
		
		
	chore: update dev dependencies (#1282)
* update dev dependencies * upgrade eslint * resolve several errors * resolve eslint errors
This commit is contained in:
		| @@ -81,7 +81,7 @@ | ||||
|       <v-list dense> | ||||
|         <v-list-item v-for="(item, index) in menuItems" :key="index" @click="contextMenuEventHandler(item.event)"> | ||||
|           <v-list-item-icon> | ||||
|             <v-icon :color="item.color" v-text="item.icon"></v-icon> | ||||
|             <v-icon :color="item.color"> {{ item.icon }} </v-icon> | ||||
|           </v-list-item-icon> | ||||
|           <v-list-item-title>{{ item.title }}</v-list-item-title> | ||||
|         </v-list-item> | ||||
| @@ -307,7 +307,7 @@ export default defineComponent({ | ||||
|     } | ||||
|  | ||||
|     // Note: Print is handled as an event in the parent component | ||||
|     const eventHandlers: { [key: string]: () => void } = { | ||||
|     const eventHandlers: { [key: string]: () => void | Promise<any> } = { | ||||
|       delete: () => { | ||||
|         state.recipeDeleteDialog = true; | ||||
|       }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user