init
This commit is contained in:
@@ -142,7 +142,11 @@ function onChannelContextMenu(event: MouseEvent, channel: any) {
|
||||
width="100%"
|
||||
></v-sheet>
|
||||
|
||||
<v-list v-model:opened="openedCategories" density="compact">
|
||||
<v-list
|
||||
v-model:opened="openedCategories"
|
||||
open-strategy="multiple"
|
||||
density="compact"
|
||||
>
|
||||
<template v-for="(item, index) in currentTree" :key="index">
|
||||
<!-- Catégorie et ses canaux enfants -->
|
||||
<v-list-group v-if="'Category' in item" :value="item.Category[0].id">
|
||||
|
||||
Reference in New Issue
Block a user