remove subgroups

This commit is contained in:
Nitwel
2020-10-08 23:00:19 +02:00
parent ae7ad4cb38
commit 32c433fb24

View File

@@ -40,10 +40,6 @@ export default defineComponent({
type: Boolean,
default: false,
},
disableGroupableParent: {
type: Boolean,
default: false,
},
scope: {
type: String,
default: undefined,
@@ -61,17 +57,6 @@ export default defineComponent({
value: props.value,
});
if (props.disableGroupableParent !== true) {
useGroupableParent(
{},
{
multiple
}
);
}
return { groupActive, toggle, onClick };
function onClick(event: MouseEvent) {