From 0cb8b969c631170601d4b5ccfdf9b4b1124f6786 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 21 二月 2025 10:15:00 +0800 Subject: [PATCH] markdown 渲染 --- src/utils/util.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/utils/util.ts b/src/utils/util.ts index 80f11c4..7d95099 100644 --- a/src/utils/util.ts +++ b/src/utils/util.ts @@ -284,7 +284,7 @@ callback: (value: T, index?, array?, parent?) => any, parent: any = null, markParent = false, - childrenKey = 'Children' + childrenKey = 'children' ) => { if (!treeData || treeData.length === 0) return; if (!parent) parent = treeData; -- Gitblit v1.9.3