From 86d1b397f160c6e720751be2023fb470492ed485 Mon Sep 17 00:00:00 2001 From: portikM Date: Thu, 14 Mar 2024 14:53:03 -0400 Subject: [PATCH] docs(tree-list): misc fixes [KHCP-9008] --- docs/components/tree-list.md | 47 ------------------------------- sandbox/pages/SandboxTreeList.vue | 26 +++++++++++------ 2 files changed, 17 insertions(+), 56 deletions(-) diff --git a/docs/components/tree-list.md b/docs/components/tree-list.md index 4c96cbd688..f620add6bc 100644 --- a/docs/components/tree-list.md +++ b/docs/components/tree-list.md @@ -277,45 +277,6 @@ Two separate `child-change` events will fire if an item is moved from one parent Emitted when you click (and don't drag) an item. Returns the selected item's data. -
- Selected: {{ mySelection && mySelection.name || '' }} - Items: -
{{ JSON.stringify(eventItems, null, 2) }}
- -
- -```vue - - - -``` -