changes
This commit is contained in:
11
components/menu/MenuAdd.vue
Normal file
11
components/menu/MenuAdd.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<span class="tooltip">
|
||||
<span class="dot-twitter">+</span>
|
||||
<span class="tooltiptext to-left" style="min-width: max-content;">{{ label }}</span>
|
||||
</span>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
props: ['label']
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user