[Refactor] Accept single root node in TreeExplorer (#3088)

This commit is contained in:
Chenlei Hu
2025-03-17 10:52:06 -04:00
committed by GitHub
parent e3c7bbf966
commit 1610d06cd1
5 changed files with 13 additions and 19 deletions

View File

@@ -32,7 +32,7 @@
<TreeExplorer
class="model-lib-tree-explorer"
:roots="renderedRoot.children"
:root="renderedRoot"
v-model:expandedKeys="expandedKeys"
>
<template #node="{ node }">