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