feat: context menu for secondary actions in collection, environment and team components - #2005

This commit is contained in:
liyasthomas
2021-12-11 08:03:39 +05:30
parent fe13de2ea0
commit 75e34feabf
11 changed files with 26 additions and 5 deletions

View File

@@ -1,6 +1,9 @@
<template>
<div class="flex flex-col">
<div class="flex items-stretch group">
<div
class="flex items-stretch group"
@contextmenu.prevent="$refs.options.tippy().show()"
>
<span
class="cursor-pointer flex px-4 items-center justify-center"
@click="toggleShowChildren()"