mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Open current folder in library / detail
This commit is contained in:
@@ -126,7 +126,11 @@ export default defineComponent({
|
||||
if (notEmpty(props.to)) return 'router-link';
|
||||
return 'button';
|
||||
});
|
||||
const { active, toggle } = useGroupable(props.value, 'button-group');
|
||||
|
||||
const { active, toggle } = useGroupable({
|
||||
value: props.value,
|
||||
group: 'button-group',
|
||||
});
|
||||
|
||||
return { sizeClass, onClick, component, active, toggle };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user