|
@@ -10,9 +10,14 @@
|
|
|
item-title="anotherName"
|
|
|
open-all
|
|
|
open-strategy="single"
|
|
|
+ density="compact"
|
|
|
@update:activated="handleClick"
|
|
|
@update:opened="handleClick"
|
|
|
- ></v-treeview>
|
|
|
+ >
|
|
|
+ <template v-slot:title="{ item }">
|
|
|
+ <div style="font-size: 15px;">{{ item.anotherName }}</div>
|
|
|
+ </template>
|
|
|
+ </v-treeview>
|
|
|
</v-col>
|
|
|
|
|
|
<v-divider vertical></v-divider>
|