{
$emit('add-request', { path: folderPath })
options.tippy().hide()
}
"
/>
{
$emit('add-folder', { folder, path: folderPath })
options.tippy().hide()
}
"
/>
{
$emit('edit-folder', { folder, folderPath })
options.tippy().hide()
}
"
/>
{
confirmRemove = true
options.tippy().hide()
}
"
/>