[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

@@ -2,7 +2,7 @@
<TreeExplorer
class="node-lib-bookmark-tree-explorer"
ref="treeExplorerRef"
:roots="renderedBookmarkedRoot.children"
:root="renderedBookmarkedRoot"
:expandedKeys="expandedKeys"
>
<template #folder="{ node }">