{
$emit('add-request', {
folder: collection,
path: `${collectionIndex}`,
})
options.tippy().hide()
}
"
/>
{
$emit('add-folder', {
folder: collection,
path: `${collectionIndex}`,
})
options.tippy().hide()
}
"
/>
{
$emit('edit-collection')
options.tippy().hide()
}
"
/>
{
removeCollection()
options.tippy().hide()
}
"
/>