mirror of
https://github.com/aljazceru/meshcore-web.git
synced 2025-12-17 08:14:19 +01:00
start implementing client based on meshtxt
This commit is contained in:
11
src/components/DropDownMenuItem.vue
Normal file
11
src/components/DropDownMenuItem.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div class="cursor-pointer flex p-3 space-x-2 text-sm text-gray-500 hover:bg-gray-100">
|
||||
<slot/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'DropDownMenuItem',
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user