{
$emit('add-request', { folder, path: folderPath })
options.tippy().hide()
}
"
/>
{
$emit('add-folder', { folder, path: folderPath })
options.tippy().hide()
}
"
/>
{
$emit('edit-folder', {
folder,
folderIndex,
collectionIndex,
folderPath: '',
})
options.tippy().hide()
}
"
/>
{
removeFolder()
options.tippy().hide()
}
"
/>