mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-08 23:58:15 -05:00
meal plan context menu added, further progress
This commit is contained in:
16
vue/src/components/ContextMenu/ContextMenuItem.vue
Normal file
16
vue/src/components/ContextMenu/ContextMenuItem.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<li @click="$emit('click', $event)" role="presentation">
|
||||
<slot/>
|
||||
</li>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "ContextMenuItem.vue",
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user